Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 261057d

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/src/templates/js/docs.js

+2
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)