Skip to content

Commit

Permalink
fix(tutorial): show tutorial pages in search nav
Browse files Browse the repository at this point in the history
  • Loading branch information
ksheedlo committed Aug 5, 2013
1 parent fda5eb7 commit 285f6b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/src/templates/js/docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 285f6b4

Please sign in to comment.