fix(angular-tour): correct typo

This commit is contained in:
EvB 2016-12-21 15:34:07 -05:00
parent 732ab67b57
commit b9a75496c3

View file

@ -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">