adding wallet id on url
This commit is contained in:
parent
28d9d76f93
commit
965619740b
25 changed files with 82 additions and 75 deletions
|
|
@ -1,19 +1,21 @@
|
|||
|
||||
|
||||
<ion-view ng-controller="walletDetailsController">
|
||||
<ion-nav-bar class="bar-stable">
|
||||
<ion-nav-title>{{wallet.name}}</ion-nav-title>
|
||||
|
||||
<ion-nav-title>{{wallet.name}}</ion-nav-title>
|
||||
|
||||
<ion-nav-buttons side="primary">
|
||||
<button class="button" href ui-sref="tabs.home">
|
||||
<i class="ion-arrow-left-c"></i> Back
|
||||
</button>
|
||||
</ion-nav-buttons>
|
||||
<ion-nav-buttons side="secondary">
|
||||
<button class="button button-icon icon ion-ios-settings" href ui-sref="preferences"></button>
|
||||
</ion-nav-buttons>
|
||||
<ion-nav-buttons side="primary">
|
||||
<button class="button" href ui-sref="tabs.home">
|
||||
<i class="ion-arrow-left-c"></i> Back
|
||||
</button>
|
||||
</ion-nav-buttons>
|
||||
<ion-nav-buttons side="secondary">
|
||||
<button class="button button-icon icon ion-ios-settings" href ui-sref="wallet.preferences"></button>
|
||||
</ion-nav-buttons>
|
||||
</ion-nav-bar>
|
||||
|
||||
<ion-content delegate-handle="my-handle" overflow-scroll="true">
|
||||
<button class="button button-icon icon ion-ios-settings" href ui-sref="wallet.preferences"></button>
|
||||
|
||||
<div ng-show="!wallet">
|
||||
No Wallet
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue