Merge pull request #130 from cmgustavo/ref/design-34
Glidera route issues
This commit is contained in:
commit
5bd450270b
13 changed files with 101 additions and 117 deletions
|
|
@ -1,14 +0,0 @@
|
|||
<ion-modal-view>
|
||||
<ion-content ng-controller="glideraConfirmationController">
|
||||
<div class="text-center">
|
||||
<h1 class="text-center m20b p20h">Are you sure you would like to log out of your Glidera account?</h1>
|
||||
<p class="text-gray p20h">You will need to log back in to buy or sell bitcoin in Copay.</p>
|
||||
<button class="button" ng-click="cancel()">
|
||||
Cancel
|
||||
</button>
|
||||
<button class="button" ng-click="ok()">
|
||||
Log out
|
||||
</button>
|
||||
</div>
|
||||
</ion-content>
|
||||
</ion-modal-view>
|
||||
|
|
@ -1,10 +1,10 @@
|
|||
<ion-modal-view ng-controller="glideraTxDetailsController">
|
||||
<ion-header-bar align-title="center" class="bar-royal">
|
||||
<button class="button button-clear"
|
||||
<ion-header-bar class="bar-royal">
|
||||
<button class="button button-back button-clear"
|
||||
ng-click="cancel()">
|
||||
Close
|
||||
</button>
|
||||
<h1 class="title" translate>Details</h1>
|
||||
<h1 class="title">Details</h1>
|
||||
</ion-header-bar>
|
||||
|
||||
<ion-content>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue