diff options
| author | Brian Ford | 2013-10-08 10:43:01 -0700 |
|---|---|---|
| committer | Brian Ford | 2013-10-08 10:49:33 -0700 |
| commit | ad5256452bb8f1d481d78e7ae15a59d288f0d8e9 (patch) | |
| tree | f833faa2911c9e4b8fe8e838cffb5b735c586c9e /docs/src/templates/js/docs.js | |
| parent | 80d2c85e3c04964631e822b57ff1fd1996240074 (diff) | |
| download | angular.js-ad5256452bb8f1d481d78e7ae15a59d288f0d8e9.tar.bz2 | |
feat(tutorial): add step 12 of the phonecat tutorial
Diffstat (limited to 'docs/src/templates/js/docs.js')
| -rw-r--r-- | docs/src/templates/js/docs.js | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |
