From 11f0246acd0daab1067eb32099fa26f05a26ea21 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Mon, 19 May 2014 15:51:26 +0200 Subject: subscribe to more channels and fetch more feeds on init --- js/controller/ContentController.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 js/controller/ContentController.js (limited to 'js/controller/ContentController.js') 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 + * @copyright Bernhard Posselt 2014 + */ +app.controller('ItemController', function () { + 'use strict'; + + console.log('here'); +}); \ No newline at end of file -- cgit v1.2.3