From 261057db9bdded43e10c2b778dff14d2acbe8416 Mon Sep 17 00:00:00 2001 From: Matias Niemelä Date: Thu, 24 Oct 2013 09:26:53 -0400 Subject: chore(ngdocs): ensure the docs menu changes when browsing a different section Closes #4619 --- docs/src/templates/js/docs.js | 2 ++ 1 file changed, 2 insertions(+) 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; -- cgit v1.2.3