mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-03-30 17:03:39 +08:00
fix(tutorial): show tutorial pages in search nav
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user