SQUASH with drop chartype

This commit is contained in:
Matthew Dillon 2015-07-13 09:46:18 -08:00
parent de18cfc949
commit 9b0528e38f
2 changed files with 2 additions and 2 deletions

View file

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