Merge "Workflow uses parameter "viewModel.ready" to do the repetitive work."

This commit is contained in:
Zuul 2018-10-23 11:24:15 +00:00 committed by Gerrit Code Review
commit de3f6f6cc3
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
ng-class="{'active': currentIndex===$index}"
ng-click="switchTo($index)"
ng-repeat="step in steps"
ng-show="viewModel.ready">
ng-show="step.ready">
<a href="#">
<span ng-bind="::step.title"></span>
<span class="hz-icon-required fa fa-asterisk"