adding test modal for pin

This commit is contained in:
Gabriel Bazán 2017-05-09 11:48:12 -03:00
commit 9bb12e91f5
5 changed files with 127 additions and 53 deletions

View 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>