summaryrefslogtreecommitdiffstats
path: root/coffee/lib/services/router.coffee
blob: a04763585a0d578a3d1c9d9a7cf0317ab8f64842 (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 router into angular to make testing easier
###
angular.module('OC').factory 'Router', ->
	return OC.Router