adding test modal for pin
This commit is contained in:
parent
d1a2c2bbbf
commit
9bb12e91f5
5 changed files with 127 additions and 53 deletions
10
www/views/modals/pintestview.html
Normal file
10
www/views/modals/pintestview.html
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<ion-modal-view ng-controller="pinTestController">
|
||||
<ion-content>
|
||||
<button class="button button-positive" ng-click="goodPin()">
|
||||
BIEN PUESTO
|
||||
</button>
|
||||
<button class="button button-positive" ng-click="badPin()">
|
||||
MAL PUESTO
|
||||
</button>
|
||||
</ion-content>
|
||||
</ion-modal-view>
|
||||
Loading…
Add table
Add a link
Reference in a new issue