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

Commit 285f6b4

Browse files
committed
fix(tutorial): show tutorial pages in search nav
1 parent fda5eb7 commit 285f6b4

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
@@ -793,6 +793,8 @@ docsApp.controller.DocsController = function($scope, $location, $window, $cookie
793793
} else {
794794
globalErrors.push(page);
795795
}
796+
} else {
797+
otherPages.push(page);
796798
}
797799
} else if (id == 'angular.Module') {
798800
module('ng').types.push(page);

0 commit comments

Comments
 (0)