mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
chore(ngdocs): ensure the docs menu changes when browsing a different section
Closes #4619
This commit is contained in:
parent
4b653aeac1
commit
261057db9b
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue