Add characteristic/measurement to strain
This commit is contained in:
parent
34aa59caf3
commit
da27b42f76
6 changed files with 25 additions and 1 deletions
|
@ -17,6 +17,7 @@ export default Ember.Route.extend(AuthenticatedRouteMixin, {
|
|||
|
||||
setupController: function(controller, models) {
|
||||
controller.setProperties(models);
|
||||
controller.set('metaData', this.store.metadataFor('strain'));
|
||||
},
|
||||
|
||||
});
|
||||
|
|
Reference in a new issue