remove href
This commit is contained in:
parent
f7f027ddbe
commit
7ed510cbb4
21 changed files with 90 additions and 86 deletions
|
|
@ -2,10 +2,10 @@
|
|||
<ion-nav-bar class="bar-stable">
|
||||
<ion-nav-title>Wallet Information</ion-nav-title>
|
||||
<ion-nav-buttons side="primary">
|
||||
<button class="button" href ui-sref="wallet.preferencesAdvanced">
|
||||
<i class="ion-arrow-left-c"></i> Back
|
||||
</button>
|
||||
</ion-nav-buttons>
|
||||
<button class="button no-border" ui-sref="wallet.preferencesAdvanced">
|
||||
<i class="icon ion-chevron-left"></i> Back
|
||||
</button>
|
||||
</ion-nav-buttons>
|
||||
</ion-nav-bar>
|
||||
<ion-content class="has-header" ng-controller="preferencesInformation" cache-view="false" ng-init="init()">
|
||||
<div class="list">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue