summaryrefslogtreecommitdiffstats
path: root/coffee/lib/services/router.coffee
blob: ace9596cf254028eb856853b57c78822b7b5eeed (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