diff options
Diffstat (limited to 'docs/src/templates')
| -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 de40db64..436651e7 100644 --- a/docs/src/templates/js/docs.js +++ b/docs/src/templates/js/docs.js @@ -96,7 +96,7 @@ docsApp.directive.docTutorialReset = function() { ' <ol>\n' + ' <li><p>Reset the workspace to step ' + step + '.</p>' + ' <pre>' + command + '</pre></li>\n' + - ' <li><p>Refresh your browser or check the app out on <a href="http://angular.github.com/angular-phonecat/step-{{docTutorialReset}}/app">angular\'s server</a>.</p></li>\n' + + ' <li><p>Refresh your browser or check the app out on <a href="http://angular.github.com/angular-phonecat/step-' + step + '/app">Angular\'s server</a>.</p></li>\n' + ' </ol>\n' + ' </div>\n'; } |
