mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-28 21:05:43 +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 {
|
} else {
|
||||||
globalErrors.push(page);
|
globalErrors.push(page);
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
otherPages.push(page);
|
||||||
}
|
}
|
||||||
} else if (id == 'angular.Module') {
|
} else if (id == 'angular.Module') {
|
||||||
module('ng').types.push(page);
|
module('ng').types.push(page);
|
||||||
|
|||||||
Reference in New Issue
Block a user