mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-18 11:31:07 +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!';
|
$scope.partialTitle = 'Error: Page Not Found!';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
populateComponentsList();
|
||||||
|
|
||||||
// Update breadcrumbs
|
// Update breadcrumbs
|
||||||
var breadcrumb = $scope.breadcrumb = [],
|
var breadcrumb = $scope.breadcrumb = [],
|
||||||
match;
|
match;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue