mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-18 07:50:52 +08:00
added additional test
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user