chore(ngdocs): ensure the docs menu changes when browsing a different section

Closes #4619
This commit is contained in:
Matias Niemelä 2013-10-24 09:26:53 -04:00
parent 4b653aeac1
commit 261057db9b

View file

@ -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;