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.custom-step-display.html
4 lines
•
241 B
HTML
View Raw
1
2
3
4
<
div
ng-bind-html
=
"step.customTemplate"
>
</
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
>