fix(tutorial): show tutorial pages in search nav

This commit is contained in:
Ken Sheedlo 2013-08-05 16:41:49 -07:00
parent fda5eb7ebc
commit 285f6b4ec6

View file

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