summaryrefslogtreecommitdiffstats
path: root/coffee/lib/services/notification.coffee
blob: dd504a23c1a85a27dfbb802a357a416bdd736adc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
###
# 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
#
###

###
# Inject notification into angular to make testing easier
###
angular.module('OC').factory 'Notification', ->
	return OC.Notification