aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/services.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/services.js b/src/services.js
index 5b65f8fd..6857d693 100644
--- a/src/services.js
+++ b/src/services.js
@@ -289,7 +289,7 @@ angularServiceInject('$route', function(location){
}
this.$watch(function(){return dirty + location.hash;}, updateRoute);
return $route;
-}, ['$location']);
+}, ['$location'], EAGER_PUBLISHED);
angularServiceInject('$xhr', function($browser, $error, $log){
var self = this;