From 285f6b4ec643e1c6304cd685d26dabb8cdc0e5c6 Mon Sep 17 00:00:00 2001 From: Ken Sheedlo Date: Mon, 5 Aug 2013 16:41:49 -0700 Subject: [PATCH] fix(tutorial): show tutorial pages in search nav --- docs/src/templates/js/docs.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/src/templates/js/docs.js b/docs/src/templates/js/docs.js index 309b4cd8ff58..54d9a571d13f 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);