diff options
| author | Ken Sheedlo | 2013-08-05 16:41:49 -0700 | 
|---|---|---|
| committer | Ken Sheedlo | 2013-08-05 16:41:49 -0700 | 
| commit | 285f6b4ec643e1c6304cd685d26dabb8cdc0e5c6 (patch) | |
| tree | cd138f3e2a526ecec71993f01ccfa77f81249933 /docs/src | |
| parent | fda5eb7ebc4d8ba9e3c0d2488d89f6ec9220a83d (diff) | |
| download | angular.js-285f6b4ec643e1c6304cd685d26dabb8cdc0e5c6.tar.bz2 | |
fix(tutorial): show tutorial pages in search nav
Diffstat (limited to 'docs/src')
| -rw-r--r-- | docs/src/templates/js/docs.js | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/docs/src/templates/js/docs.js b/docs/src/templates/js/docs.js index 309b4cd8..54d9a571 100644 --- a/docs/src/templates/js/docs.js +++ b/docs/src/templates/js/docs.js @@ -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); | 
