summaryrefslogtreecommitdiffstats
path: root/js/controller/ContentController.js
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-19 15:51:26 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-19 15:51:26 +0200
commit11f0246acd0daab1067eb32099fa26f05a26ea21 (patch)
tree67012a66a89be2f43910dee41a6e023d7645b29b /js/controller/ContentController.js
parent928ccf49fb5c6deb405358ad38221b0cd205fb6b (diff)
subscribe to more channels and fetch more feeds on init
Diffstat (limited to 'js/controller/ContentController.js')
-rw-r--r--js/controller/ContentController.js14
1 files changed, 14 insertions, 0 deletions
diff --git a/js/controller/ContentController.js b/js/controller/ContentController.js
new file mode 100644
index 000000000..ffada2a5c
--- /dev/null
+++ b/js/controller/ContentController.js
@@ -0,0 +1,14 @@
+/**
+ * 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('ItemController', function () {
+ 'use strict';
+
+ console.log('here');
+}); \ No newline at end of file