summaryrefslogtreecommitdiffstats
path: root/coffee/directives
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-02-07 12:16:47 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2013-02-07 12:16:47 +0100
commit33219e2211b9a91c0436902771eb83e1e9f5964b (patch)
treedb22f1a75a49d3fd390302c7a9a57c32819f5c6c /coffee/directives
parentd962dc1d58cfcdf294c7a304d857f0984ef6fd49 (diff)
fixed grunt compile errors in .4
Diffstat (limited to 'coffee/directives')
-rw-r--r--coffee/directives/draggable.coffee8
-rw-r--r--coffee/directives/droppable.coffee8
-rw-r--r--coffee/directives/feednavigation.coffee8
-rw-r--r--coffee/directives/hidesettingswhenfocuslost.coffee11
-rw-r--r--coffee/directives/onenter.coffee8
-rw-r--r--coffee/directives/readfile.coffee8
-rw-r--r--coffee/directives/whenscrolled.coffee8
7 files changed, 44 insertions, 15 deletions
diff --git a/coffee/directives/draggable.coffee b/coffee/directives/draggable.coffee
index 9ebd9d30e..dfed9fdb5 100644
--- a/coffee/directives/draggable.coffee
+++ b/coffee/directives/draggable.coffee
@@ -1,10 +1,14 @@
###
-# ownCloud - News app
+# 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.
+# This file is licensed under the Affero General Public License version 3 or
+# later.
+#
# See the COPYING-README file
#
###
diff --git a/coffee/directives/droppable.coffee b/coffee/directives/droppable.coffee
index 37b29fca1..e00545d31 100644
--- a/coffee/directives/droppable.coffee
+++ b/coffee/directives/droppable.coffee
@@ -1,10 +1,14 @@
###
-# ownCloud - News app
+# 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.
+# This file is licensed under the Affero General Public License version 3 or
+# later.
+#
# See the COPYING-README file
#
###
diff --git a/coffee/directives/feednavigation.coffee b/coffee/directives/feednavigation.coffee
index 58b0d6c24..2cc726922 100644
--- a/coffee/directives/feednavigation.coffee
+++ b/coffee/directives/feednavigation.coffee
@@ -1,10 +1,14 @@
###
-# ownCloud - News app
+# 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.
+# This file is licensed under the Affero General Public License version 3 or
+# later.
+#
# See the COPYING-README file
#
###
diff --git a/coffee/directives/hidesettingswhenfocuslost.coffee b/coffee/directives/hidesettingswhenfocuslost.coffee
index 0d7220c4a..0a1f92fdf 100644
--- a/coffee/directives/hidesettingswhenfocuslost.coffee
+++ b/coffee/directives/hidesettingswhenfocuslost.coffee
@@ -1,10 +1,14 @@
###
-# ownCloud - News app
+# 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.
+# This file is licensed under the Affero General Public License version 3 or
+# later.
+#
# See the COPYING-README file
#
###
@@ -13,7 +17,8 @@
# This is used to signal the settings bar that the app has been focused and that
# it should hide
###
-angular.module('News').directive 'hideSettingsWhenFocusLost', ['$rootScope', ($rootScope) ->
+angular.module('News').directive 'hideSettingsWhenFocusLost', ['$rootScope',
+($rootScope) ->
return (scope, elm, attr) ->
$(document.body).click ->
diff --git a/coffee/directives/onenter.coffee b/coffee/directives/onenter.coffee
index a9b0ab95a..840c910cc 100644
--- a/coffee/directives/onenter.coffee
+++ b/coffee/directives/onenter.coffee
@@ -1,10 +1,14 @@
###
-# ownCloud - News app
+# 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.
+# This file is licensed under the Affero General Public License version 3 or
+# later.
+#
# See the COPYING-README file
#
###
diff --git a/coffee/directives/readfile.coffee b/coffee/directives/readfile.coffee
index 32a113b82..d20e6606e 100644
--- a/coffee/directives/readfile.coffee
+++ b/coffee/directives/readfile.coffee
@@ -1,10 +1,14 @@
###
-# ownCloud - News app
+# 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.
+# This file is licensed under the Affero General Public License version 3 or
+# later.
+#
# See the COPYING-README file
#
###
diff --git a/coffee/directives/whenscrolled.coffee b/coffee/directives/whenscrolled.coffee
index ef3215874..e4a00bec1 100644
--- a/coffee/directives/whenscrolled.coffee
+++ b/coffee/directives/whenscrolled.coffee
@@ -1,10 +1,14 @@
###
-# ownCloud - News app
+# 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.
+# This file is licensed under the Affero General Public License version 3 or
+# later.
+#
# See the COPYING-README file
#
###