From f7c819938067fb6a81822f26943a5c136643a1f7 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 26 Mar 2013 19:30:27 +0100 Subject: viewing the first 20 items is now possible --- js/public/app.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'js/public') diff --git a/js/public/app.js b/js/public/app.js index eade23a4e..766317fd5 100644 --- a/js/public/app.js +++ b/js/public/app.js @@ -209,8 +209,6 @@ License along with this library. If not, see . this.$scope.folders = this._folderModel.getAll(); this.$scope.feedType = this._feedType; this.$scope.isFeedActive = function(type, id) { - console.log(type + ' ' + id); - console.log(_this.isFeedActive(type, id)); return _this.isFeedActive(type, id); }; this.$scope.isShown = function(type, id) { @@ -482,6 +480,7 @@ License along with this library. If not, see . this.$scope = $scope; this.itemModel = itemModel; this.feedLoading = feedLoading; + this.$scope.items = this.itemModel.getAll(); this.$scope.isLoading = function() { return _this.feedLoading.isLoading(); }; -- cgit v1.2.3