commit
8fc5ce22a7
1 changed files with 2 additions and 2 deletions
|
|
@ -9,8 +9,8 @@ angular.module('copayApp.controllers').controller('backupWarningController', fun
|
||||||
$scope.openPopup = function() {
|
$scope.openPopup = function() {
|
||||||
$ionicModal.fromTemplateUrl('views/includes/screenshotWarningModal.html', {
|
$ionicModal.fromTemplateUrl('views/includes/screenshotWarningModal.html', {
|
||||||
scope: $scope,
|
scope: $scope,
|
||||||
backdropClickToClose: false,
|
backdropClickToClose: true,
|
||||||
hardwareBackButtonClose: false
|
hardwareBackButtonClose: true
|
||||||
}).then(function(modal) {
|
}).then(function(modal) {
|
||||||
$scope.warningModal = modal;
|
$scope.warningModal = modal;
|
||||||
$scope.warningModal.show();
|
$scope.warningModal.show();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue