UNPKG

wejsv2old-plugin-cdp-profile

Version:
9 lines 310 B
App.UserCursosController = Ember.ObjectController.extend({ cursosProfileProxy: function () { return Ember.ArrayProxy.createWithMixins(Ember.SortableMixin, { sortProperties: ['endyear'], sortAscending: false, content: this.get('user.course') }); }.property('user.course.@each') });