Choose contributors from list for new proposals

This commit is contained in:
2017-05-20 02:37:11 +02:00
parent dda5a8d350
commit f875cd7b91
7 changed files with 61 additions and 9 deletions
+2 -1
View File
@@ -6,13 +6,14 @@ import Proposal from 'kredits-web/models/proposal';
import kreditsContracts from 'npm:kredits-contracts';
const {
Service,
isPresent,
inject: {
service
}
} = Ember;
export default Ember.Service.extend({
export default Service.extend({
ipfs: service(),