Merge pull request #2256 from coreos-inc/BUG-angular-mispelling
fix(angular-tour): correct typo
This commit is contained in:
commit
35244d839d
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
</div>
|
||||
|
||||
<div class="tour-contents" ng-show="supported">
|
||||
<div class="step-title" ng-shpw="step.title">{{ step.title }}</div>
|
||||
<div class="step-title" ng-show="step.title">{{ step.title }}</div>
|
||||
<div class="slide-animate-container">
|
||||
<div class="step-content" ng-show="step.content" ng-bind-html="step.content || ''"></div>
|
||||
<div class="step-content">
|
||||
|
|
Reference in a new issue