diff --git a/app/controllers/index.js b/app/controllers/index.js index 1be1e30..b860378 100644 --- a/app/controllers/index.js +++ b/app/controllers/index.js @@ -16,7 +16,7 @@ export default Controller.extend({ currentListing: function() { if (isPresent(this.get('model'))) { - return this.get('model'); + return this.get('model').sortBy('name'); } if (!this.get('categories')) { return null; }