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