mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-02 20:24:45 +00:00
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.
This commit is contained in:
parent
b5594a773a
commit
4b90f65614
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
var HTML_TPL =
|
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 ➤</a></p>' +
|
||||||
'<div ng:controller="TutorialInstructionsCtrl" ng:show="showInstructions">' +
|
'<div ng:controller="TutorialInstructionsCtrl" ng:show="showInstructions">' +
|
||||||
'<div class="tabs-nav">' +
|
'<div class="tabs-nav">' +
|
||||||
'<ul>' +
|
'<ul>' +
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue