Skip to content

Commit 261057d

Browse files
committed
chore(ngdocs): ensure the docs menu changes when browsing a different section
Closes angular#4619
1 parent 4b653ae commit 261057d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/src/templates/js/docs.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -726,6 +726,8 @@ docsApp.controller.DocsController = function($scope, $location, $window, $cookie
726726
$scope.partialTitle = 'Error: Page Not Found!';
727727
}
728728

729+
populateComponentsList();
730+
729731
// Update breadcrumbs
730732
var breadcrumb = $scope.breadcrumb = [],
731733
match;

0 commit comments

Comments
 (0)