aboutsummaryrefslogtreecommitdiffstats
path: root/test/service/routeSpec.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/service/routeSpec.js')
-rw-r--r--test/service/routeSpec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/service/routeSpec.js b/test/service/routeSpec.js
index 1bb1312f..d6f7d753 100644
--- a/test/service/routeSpec.js
+++ b/test/service/routeSpec.js
@@ -372,7 +372,7 @@ describe('$route', function() {
function FooCtrl($scope) {
$scope.$watch(function() {
return $route.current.params;
- }, function(scope, value) {
+ }, function(value) {
routeParams(value);
});
}