mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
fix(tutorial): show tutorial pages in search nav
This commit is contained in:
parent
fda5eb7ebc
commit
285f6b4ec6
1 changed files with 2 additions and 0 deletions
|
|
@ -793,6 +793,8 @@ docsApp.controller.DocsController = function($scope, $location, $window, $cookie
|
|||
} else {
|
||||
globalErrors.push(page);
|
||||
}
|
||||
} else {
|
||||
otherPages.push(page);
|
||||
}
|
||||
} else if (id == 'angular.Module') {
|
||||
module('ng').types.push(page);
|
||||
|
|
|
|||
Loading…
Reference in a new issue