summaryrefslogtreecommitdiffstats
path: root/js/app/App.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/app/App.js')
-rw-r--r--js/app/App.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/js/app/App.js b/js/app/App.js
new file mode 100644
index 000000000..4f6a47a96
--- /dev/null
+++ b/js/app/App.js
@@ -0,0 +1,10 @@
+/**
+ * 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
+ */
+var app = angular.module('News', ['ngRoute', 'ngSanitize']); \ No newline at end of file