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.js15
1 files changed, 15 insertions, 0 deletions
diff --git a/js/controller/ExploreController.js b/js/controller/ExploreController.js
new file mode 100644
index 000000000..d189bfbe2
--- /dev/null
+++ b/js/controller/ExploreController.js
@@ -0,0 +1,15 @@
+/**
+ * ownCloud - News
+ *
+ * This file is licensed under the Affero General Public License version 3 or
+ * later. See the COPYING file.
+ *
+ * @author Bernhard Posselt <dev@bernhard-posselt.com>
+ * @copyright Bernhard Posselt 2014
+ */
+app.controller('ExploreController', function (sites) {
+ 'use strict';
+
+ this.sites = sites.data;
+
+}); \ No newline at end of file