From ad5256452bb8f1d481d78e7ae15a59d288f0d8e9 Mon Sep 17 00:00:00 2001 From: Brian Ford Date: Tue, 8 Oct 2013 10:43:01 -0700 Subject: feat(tutorial): add step 12 of the phonecat tutorial --- docs/src/templates/js/docs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/src') diff --git a/docs/src/templates/js/docs.js b/docs/src/templates/js/docs.js index 24013480..fb095090 100644 --- a/docs/src/templates/js/docs.js +++ b/docs/src/templates/js/docs.js @@ -203,7 +203,7 @@ docsApp.directive.docTutorialNav = function(templateMerge) { '', 'step_00', 'step_01', 'step_02', 'step_03', 'step_04', 'step_05', 'step_06', 'step_07', 'step_08', 'step_09', - 'step_10', 'step_11', 'the_end' + 'step_10', 'step_11', 'step_12', 'the_end' ]; return { compile: function(element, attrs) { -- cgit v1.2.3