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 fb2051b94..90aa94780 100644
--- a/js/controller/ExploreController.js
+++ b/js/controller/ExploreController.js
@@ -10,7 +10,7 @@
app.controller('ExploreController', function (sites, $rootScope) {
'use strict';
- this.sites = sites.data;
+ this.sites = sites;
this.subscribeTo = function (url) {