diff options
-rw-r--r-- | imdb-lookup/html/index-files/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/imdb-lookup/html/index-files/js/app.js b/imdb-lookup/html/index-files/js/app.js index 7570ba5..3bba2a1 100644 --- a/imdb-lookup/html/index-files/js/app.js +++ b/imdb-lookup/html/index-files/js/app.js @@ -89,7 +89,7 @@ App.IndexController = Ember.ArrayController.extend({ list.push({number: i, runningLabel: runningLabel, style: style}); } return list; - }.property('page','perPage','sortProperties'), + }.property('page','perPage','sortProperties','sortAscending'), paginatedContent: function() { var page = this.get('page'); return this._getPaginatedContent(page); |