aboutsummaryrefslogtreecommitdiffstats
path: root/src/services.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/services.js')
-rw-r--r--src/services.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/services.js b/src/services.js
index 9bf3d1ed..41755962 100644
--- a/src/services.js
+++ b/src/services.js
@@ -253,7 +253,6 @@ angularService('$route', function(location){
angular.foreach(onChange, parentScope.$tryEval);
if (childScope) {
childScope.$become($route.current.controller);
- parentScope.$tryEval(childScope.init);
}
}
this.$watch(function(){return dirty + location.hash;}, updateRoute);