summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-02-12 15:25:05 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2013-02-12 15:25:11 +0100
commitc0ff872e0a77d078c5944679a6711abd46748948 (patch)
tree8c682f5b99a063b88b7c0aa28515dce3501737e5 /js
parent3c1907b2b2af626ab43e4d0d6cb4fe244701c9cf (diff)
added oc notification for container
Diffstat (limited to 'js')
-rw-r--r--js/app.js23
1 files changed, 23 insertions, 0 deletions
diff --git a/js/app.js b/js/app.js
index d715aa06f..dd2554653 100644
--- a/js/app.js
+++ b/js/app.js
@@ -71,6 +71,29 @@
/*
+ # Inject notification into angular to make testing easier
+ */
+
+
+ angular.module('OC').factory('Notification', function() {
+ return OC.Notification;
+ });
+
+ /*
+ # ownCloud
+ #
+ # @author Bernhard Posselt
+ # 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
+ #
+ */
+
+
+ /*
# Used for properly distributing received model data from the server
*/