fix receive / send

This commit is contained in:
Matias Alejo Garcia 2016-08-17 13:17:23 -03:00
parent 3cb0676815
commit 83a1fd3816
No known key found for this signature in database
GPG Key ID: 02470DB551277AB3
2 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,9 @@
<ion-view>
<ion-nav-title>Receive</ion-nav-title>
<ion-nav-bar class="bar-stable">
<ion-nav-title>Receive</ion-nav-title>
</ion-nav-bar>
<ion-content ng-controller="tabReceiveController" ng-init="init()" cache-view="false">
<div class="text-center m30v" ng-click="copyToClipboard(addr, $event)" ng-show="addr" >

View File

@ -1,6 +1,9 @@
<ion-view cache-view="false">
<ion-nav-title>Send</ion-nav-title>
<ion-nav-bar class="bar-stable">
<ion-nav-title>Send</ion-nav-title>
</ion-nav-bar>
<ion-content class="send" ng-controller="tabSendController" ng-init="init()">