Backup will be disabled ONLY for iOS devices, as this ones don't have access to the device's FS.

This commit is contained in:
ssotomayor 2014-10-02 12:02:17 -03:00
commit c491430213

View file

@ -3,7 +3,7 @@
angular.module('copayApp.controllers').controller('MoreController', angular.module('copayApp.controllers').controller('MoreController',
function($scope, $rootScope, $location, $filter, backupService, walletFactory, controllerUtils, notification, rateService, isMobile) { function($scope, $rootScope, $location, $filter, backupService, walletFactory, controllerUtils, notification, rateService, isMobile) {
var w = $rootScope.wallet; var w = $rootScope.wallet;
$scope.isMobile = isMobile.any(); $scope.isMobile = isMobile.iOS();
$scope.unitOpts = [{ $scope.unitOpts = [{
name: 'Satoshis (100,000,000 satoshis = 1BTC)', name: 'Satoshis (100,000,000 satoshis = 1BTC)',