Fix QR scanner from directive
This commit is contained in:
parent
0a8f1acbe2
commit
2e82dfa0a8
4 changed files with 13 additions and 6 deletions
|
|
@ -1,11 +1,11 @@
|
|||
<ion-view id="import" ng-controller="tabsController" ng-init="importInit()" class="settings">
|
||||
<ion-view id="import" class="settings">
|
||||
<ion-nav-bar class="bar-royal">
|
||||
<ion-nav-title>{{'Import Wallet' | translate}}</ion-nav-title>
|
||||
<ion-nav-back-button>
|
||||
</ion-nav-back-button>
|
||||
</ion-nav-bar>
|
||||
|
||||
<ion-content ng-controller="importController" ng-init="phrase = true; init()">
|
||||
<ion-content ng-init="phrase = true">
|
||||
<div class="row text-center top-tabs">
|
||||
<div class="col" ng-click="phrase = true; file = hardware = false; showAdv = false" ng-style="phrase &&
|
||||
{'border-bottom-style': 'solid'}">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue