hw2 tests pass on chrome

This commit is contained in:
2017-04-30 20:02:47 +03:00
parent cf0672d338
commit c658a1b4fa
9 changed files with 245 additions and 1 deletions

12
ng1/app/modal.html Normal file
View File

@@ -0,0 +1,12 @@
<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>