aboutsummaryrefslogtreecommitdiffstats
path: root/src/service/location.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/service/location.js')
-rw-r--r--src/service/location.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/service/location.js b/src/service/location.js
index 00e9c054..735a592b 100644
--- a/src/service/location.js
+++ b/src/service/location.js
@@ -534,7 +534,7 @@ function $LocationProvider(){
// update browser
var changeCounter = 0;
- $rootScope.$watch(function() {
+ $rootScope.$watch(function $locationWatch() {
if ($browser.url() != currentUrl.absUrl()) {
changeCounter++;
$rootScope.$evalAsync(function() {