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
/
cashout
/
views
/
cashout.error-dialog.html
8 lines
•
254 B
HTML
View Raw
1
2
3
4
5
6
7
8
<
div
class
=
"modal-body text-center"
>
<
div
class
=
"col-sm-8 col-sm-offset-2"
>
{{'error-cashout-dialog'|translate}}
</
div
>
</
div
>
<
div
class
=
"modal-footer"
>
<
button
class
=
"btn btn-inverse"
type
=
"button"
ng-click
=
"ok()"
>
OK
</
button
>
</
div
>