Fix layout on Safari when click on sidebar and then on send

This commit is contained in:
Gustavo Maximiliano Cortez 2014-11-27 11:42:40 -03:00
commit f329284210
4 changed files with 33 additions and 42 deletions

View file

@ -1,10 +1,10 @@
'use strict';
angular.module('copayApp.controllers').controller('JoinController',
function($scope, $rootScope, $timeout, controllerUtils, notification) {
function($scope, $rootScope, $timeout, isMobile, controllerUtils, notification) {
$rootScope.fromSetup = false;
$scope.loading = false;
$scope.isMobile = !!window.cordova;
$scope.isMobile = isMobile.any();
$rootScope.title = 'Join shared wallet';
// QR code Scanner