aboutsummaryrefslogtreecommitdiffstats
path: root/src/bootstrap/bootstrap.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/bootstrap/bootstrap.js')
-rw-r--r--src/bootstrap/bootstrap.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/bootstrap.js b/src/bootstrap/bootstrap.js
index 8a398ad3..d21ed941 100644
--- a/src/bootstrap/bootstrap.js
+++ b/src/bootstrap/bootstrap.js
@@ -9,7 +9,7 @@ directive.dropdownToggle =
return {
restrict: 'C',
link: function(scope, element, attrs) {
- scope.$watch(function(){return $location.path();}, function() {
+ scope.$watch(function dropdownTogglePathWatch(){return $location.path();}, function dropdownTogglePathWatchAction() {
close && close();
});