summaryrefslogtreecommitdiffstats
path: root/js/controller
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-11-19 18:13:43 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-11-19 18:13:43 +0100
commitb6a4a8a29b37c8b3f7124285ae21e32bf06a8f5c (patch)
tree5fd5f748571b08d0c3cbc10ad687f80a79cc5fc8 /js/controller
parent53443fd1776658991091c9cc308fb86f7d3ac8ef (diff)
allow to change the explore service url
Diffstat (limited to 'js/controller')
-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) {