Cleanup controller, templates and service #41

Merged
fsmanuel merged 3 commits from refactor/cleanup-models into master 2018-04-08 12:56:06 +00:00
fsmanuel commented 2018-04-08 12:07:25 +00:00 (Migrated from github.com)
No description provided.
bumi (Migrated from github.com) approved these changes 2018-04-08 12:32:08 +00:00
@@ -58,60 +17,76 @@ export default Ember.Controller.extend({
});
bumi (Migrated from github.com) commented 2018-04-08 12:22:09 +00:00

we should reuse the getProposalById function here to load all the proposal data.
adds another call but makes sure we have all the proposal data (and not only the data from the event)

we should reuse the `getProposalById` function here to load all the proposal data. adds another call but makes sure we have all the proposal data (and not only the data from the event)
Sign in to join this conversation.