Drop characteristic types

This commit is contained in:
Matthew Dillon 2015-07-13 08:27:03 -08:00
parent 99c94e9c7b
commit ea77042b19
6 changed files with 16 additions and 34 deletions

View file

@ -2,5 +2,5 @@ import Ember from 'ember';
export default Ember.Controller.extend({
sortParams: ['characteristicType.characteristicTypeName', 'sortOrder'],
sortedCharacteristics: Ember.computed.sort('characteristics', 'sortParams'),
sortedCharacteristics: Ember.computed.sort('model', 'sortParams'),
});