diff options
Diffstat (limited to 'www/lib/angular-wizard/src/step.html')
| -rw-r--r-- | www/lib/angular-wizard/src/step.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/lib/angular-wizard/src/step.html b/www/lib/angular-wizard/src/step.html new file mode 100644 index 00000000..59f13f29 --- /dev/null +++ b/www/lib/angular-wizard/src/step.html @@ -0,0 +1,2 @@ +<section ng-show="selected" ng-class="{current: selected, done: completed}" class="step" ng-transclude> +</section>
\ No newline at end of file |
