UNPKG
cobuild-angular-stack
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
Base stack angular sass jade gulp
bitbucket.org/rokk3rlabs/cobuild-angular-stack
cobuild-angular-stack
/
modules
/
onboarding
/
templates
/
onboarding.template-step-display.html
3 lines
•
235 B
HTML
View Raw
1
2
3
<
div
ng-include
=
"step.templateUrl"
>
</
div
>
<
a
ng-if
=
"step.hasSkipBtn"
class
=
"skip-button"
ng-bind-html
=
"step.skipBtn"
ng-click
=
"stepCtrl.moveNext(onboarding, step)"
>
</
a
>
<
div
ng-include
=
"'partials/onboarding.step-panel-btn.html'"
>
</
div
>