Fix measurement sort order

This commit is contained in:
Matthew Dillon 2015-03-21 11:42:29 -08:00
parent 6e7e04f225
commit e10426d867
3 changed files with 7 additions and 7 deletions

View file

@ -1,5 +1,5 @@
import SortableController from '../sortable';
export default SortableController.extend({
sortBy: 'characteristicName'
sortBy: 'characteristic',
});