summaryrefslogtreecommitdiffstats
path: root/coffee/controllers/addnewcontroller.coffee
diff options
context:
space:
mode:
Diffstat (limited to 'coffee/controllers/addnewcontroller.coffee')
-rw-r--r--coffee/controllers/addnewcontroller.coffee20
1 files changed, 20 insertions, 0 deletions
diff --git a/coffee/controllers/addnewcontroller.coffee b/coffee/controllers/addnewcontroller.coffee
new file mode 100644
index 000000000..348b1ecb1
--- /dev/null
+++ b/coffee/controllers/addnewcontroller.coffee
@@ -0,0 +1,20 @@
+###
+# ownCloud news app
+#
+# @author Alessandro Cosentino
+# @author Bernhard Posselt
+# Copyright (c) 2012 - Alessandro Cosentino <cosenal@gmail.com>
+# Copyright (c) 2012 - Bernhard Posselt <nukeawhale@gmail.com>
+#
+# This file is licensed under the Affero General Public License version 3 or
+# later.
+#
+# See the COPYING-README file
+#
+###
+angular.module('News').factory '_AddNewController',
+['Controller', (Controller) ->
+
+ class AddNewController extends Controller
+
+] \ No newline at end of file