aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatias Niemelä2013-10-24 09:26:53 -0400
committerMatias Niemelä2013-10-24 09:27:45 -0400
commit261057db9bdded43e10c2b778dff14d2acbe8416 (patch)
tree5e546f43c3be9a84b36838e40115ccad5c323a87
parent4b653aeac1aca7ac551738870a2446b6810ca0df (diff)
downloadangular.js-261057db9bdded43e10c2b778dff14d2acbe8416.tar.bz2
chore(ngdocs): ensure the docs menu changes when browsing a different section
Closes #4619
-rw-r--r--docs/src/templates/js/docs.js2
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;