Refactor strains/new

This commit is contained in:
Matthew Dillon 2015-11-10 14:31:38 -07:00
parent 29c507af6b
commit fa5b741e35
11 changed files with 45 additions and 60 deletions

View file

@ -6,7 +6,7 @@ const { Component, computed: { sort } } = Ember;
export default Component.extend(SetupMetaData, {
strains: null,
sortParams: ['fullNameMU'],
sortParams: ['fullName'],
sortedStrains: sort('strains', 'sortParams'),
});