fixes and remove unused views
This commit is contained in:
parent
8dfc2de01c
commit
ff5b662f39
8 changed files with 14 additions and 29 deletions
|
|
@ -1,4 +1,9 @@
|
|||
<ion-modal-view id="pin" ng-controller="pinController">
|
||||
<ion-header-bar align-title="center" class="bar-royal">
|
||||
<button ng-if="action != 'check'" class="button button-back button-clear" ng-click="hideModal()">
|
||||
Close
|
||||
</button>
|
||||
</ion-header-bar>
|
||||
<div class="content">
|
||||
<div class="block-text row">
|
||||
<div class="message" ng-if="!confirmPin && !error" translate>Please enter your PIN</div>
|
||||
|
|
|
|||
|
|
@ -1,10 +0,0 @@
|
|||
<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