aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Minar2011-07-29 11:43:12 -0700
committerIgor Minar2011-07-29 11:43:17 -0700
commit4b90f65614af2b8da1e5904b2b0f2fce7c4e08e3 (patch)
tree6e62900b1f59b4ad8193494b1e7f4d405292624c
parentb5594a773a6f07dcba914aa385f92d3305285b24 (diff)
downloadangular.js-4b90f65614af2b8da1e5904b2b0f2fce7c4e08e3.tar.bz2
feat(tutorial): add an arrow to 'Workspace Reset Instructions' links
The arrow is a hint that user won't navigate to a new page, but instead the instructions will be displayed inline.
-rw-r--r--docs/src/templates/doc_widgets.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/templates/doc_widgets.js b/docs/src/templates/doc_widgets.js
index fd71396e..1fce70a2 100644
--- a/docs/src/templates/doc_widgets.js
+++ b/docs/src/templates/doc_widgets.js
@@ -88,7 +88,7 @@
};
var HTML_TPL =
- '<p><a ng:init="showInstructions = {show}" ng:show="!showInstructions" ng:click="showInstructions = true" href>Workspace Reset Instructions</a></p>' +
+ '<p><a ng:init="showInstructions = {show}" ng:show="!showInstructions" ng:click="showInstructions = true" href>Workspace Reset Instructions &nbsp;&#x27A4;</a></p>' +
'<div ng:controller="TutorialInstructionsCtrl" ng:show="showInstructions">' +
'<div class="tabs-nav">' +
'<ul>' +