summaryrefslogtreecommitdiffstats
path: root/js/controller/ExploreController.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/controller/ExploreController.js')
-rw-r--r--js/controller/ExploreController.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/controller/ExploreController.js b/js/controller/ExploreController.js
index 90aa94780..67f3c376c 100644
--- a/js/controller/ExploreController.js
+++ b/js/controller/ExploreController.js
@@ -11,7 +11,7 @@ app.controller('ExploreController', function (sites, $rootScope) {
'use strict';
this.sites = sites;
-
+ console.log(sites);
this.subscribeTo = function (url) {
$rootScope.$broadcast('addFeed', url);