Move all metadata to IPFS with proper schemas #16

Merged
raucao merged 23 commits from feature/ipfs-metadata into master 2017-06-08 22:28:15 +00:00
Showing only changes of commit eced2f423f - Show all commits
+1 -2
View File
4
@@ -20,8 +20,7 @@ export default Component.extend({
}),
isValidAmount: computed('proposal.amount', function() {
// TODO
return true;
return parseInt(this.get('proposal.amount')) > 0;
}),
isValidUrl: computed('proposal.url', function() {
2