diff options
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) { | 
