Hide menu only for mobile

This commit is contained in:
Gustavo Maximiliano Cortez 2015-04-22 03:52:09 -03:00
commit 80d305fe80
2 changed files with 4 additions and 6 deletions

View file

@ -54,7 +54,6 @@
</div>
</div>
<div class="onGoingProcess"
ng-show="index.anyOnGoingProcess"
ng-style="{'background-color':index.backgroundColor}"
@ -68,10 +67,7 @@
<span translate ng-show="index.onGoingProcessName == 'recreating'">Recreating Wallet on BWS...</span>
</div>
<div ng-show="index.notAuthorized">
<div class="m20t" ng-show="index.notAuthorized">
<div class="text-center text-warning">
<i class="fi-alert"></i>
<span translate>

View file

@ -67,7 +67,9 @@ angular.module('copayApp.controllers').controller('sendController',
this.formFocus = function(what) {
hideMenuBar(what);
if (isCordova) {
hideMenuBar(what);
}
if (!this.isWindowsPhoneApp) return
if (!what) {