diff options
Diffstat (limited to 'docs/src/templates')
| -rw-r--r-- | docs/src/templates/js/docs.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/templates/js/docs.js b/docs/src/templates/js/docs.js index 436651e7..9813c241 100644 --- a/docs/src/templates/js/docs.js +++ b/docs/src/templates/js/docs.js @@ -297,7 +297,7 @@ docsApp.controller.DocsController = function($scope, $location, $window, $cookie tutorial: 'Tutorial', cookbook: 'Examples' }; - $scope.$watch(function() {return $location.path(); }, function(path) { + $scope.$watch(function docsPathWatch() {return $location.path(); }, function docsPathWatchAction(path) { // ignore non-doc links which are used in examples if (DOCS_PATH.test(path)) { var parts = path.split('/'), |
