diff options
| author | Matias Niemelä | 2013-10-24 09:26:53 -0400 | 
|---|---|---|
| committer | Matias Niemelä | 2013-10-24 09:27:45 -0400 | 
| commit | 261057db9bdded43e10c2b778dff14d2acbe8416 (patch) | |
| tree | 5e546f43c3be9a84b36838e40115ccad5c323a87 /docs/src | |
| parent | 4b653aeac1aca7ac551738870a2446b6810ca0df (diff) | |
| download | angular.js-261057db9bdded43e10c2b778dff14d2acbe8416.tar.bz2 | |
chore(ngdocs): ensure the docs menu changes when browsing a different section
Closes #4619
Diffstat (limited to 'docs/src')
| -rw-r--r-- | docs/src/templates/js/docs.js | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/docs/src/templates/js/docs.js b/docs/src/templates/js/docs.js index 2c5c56d2..70c5c888 100644 --- a/docs/src/templates/js/docs.js +++ b/docs/src/templates/js/docs.js @@ -726,6 +726,8 @@ docsApp.controller.DocsController = function($scope, $location, $window, $cookie          $scope.partialTitle = 'Error: Page Not Found!';        } +      populateComponentsList(); +        // Update breadcrumbs        var breadcrumb = $scope.breadcrumb = [],          match; | 
