Remove 1-2-3 image from creation/join at Android version

This commit is contained in:
Yemel Jardi 2014-08-15 15:47:13 -03:00
commit 818c01bf52
5 changed files with 6 additions and 3 deletions

View file

@ -5,6 +5,7 @@ angular.module('copayApp.controllers').controller('JoinController',
controllerUtils.redirIfLogged();
$rootScope.fromSetup = false;
$scope.loading = false;
$scope.isMobile = !!window.cordova;
// QR code Scanner
var cameraInput;