aboutsummaryrefslogtreecommitdiffstats
path: root/src/services.js
diff options
context:
space:
mode:
authorMisko Hevery2010-08-10 11:17:08 -0700
committerMisko Hevery2010-08-10 11:17:08 -0700
commit4aac29da18ea4680a928edccc28dd8edad93e593 (patch)
treea24d013a3a39b69a8b005b8f51590ac2fc3c6327 /src/services.js
parent49e08f5d2c328d095b5a53413474307001240ac8 (diff)
downloadangular.js-4aac29da18ea4680a928edccc28dd8edad93e593.tar.bz2
added additional test
Diffstat (limited to 'src/services.js')
-rw-r--r--src/services.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/services.js b/src/services.js
index 8df23564..fa9cdaa4 100644
--- a/src/services.js
+++ b/src/services.js
@@ -213,7 +213,7 @@ function switchRouteMatcher(on, when, dstName) {
return match ? dst : null;
}
-angularService('$route', function(location, params){
+angularService('$route', function(location){
var routes = {},
onChange = [],
matcher = switchRouteMatcher,