done state

This commit is contained in:
Märt Kalmo
2017-03-13 12:29:29 +02:00
parent f29acaf34f
commit a894f852a6
10 changed files with 194 additions and 3 deletions

13
app/modal.html Normal file
View File

@@ -0,0 +1,13 @@
<div id="simple-modal">
<div class="simple-modal-content">
<b>Oled kindel?</b>
<br><br>
<a href ng-click="ok()" id="simple-modal-ok">Jah</a> |
<a href ng-click="cancel()" id="simple-modal-cancel">Ei</a>
</div>
</div>