show lock screen at start
This commit is contained in:
parent
e5ecc111f3
commit
6419342c4b
5 changed files with 13 additions and 15 deletions
|
|
@ -5,7 +5,7 @@ angular.module('copayApp.services').factory('pincodeService', function($log, $ro
|
|||
|
||||
root.lockChange = function(opts) {
|
||||
var scope = $rootScope.$new(true);
|
||||
scope.from = opts.from;
|
||||
scope.fromSettings = opts.fromSettings;
|
||||
scope.locking = opts.locking;
|
||||
$ionicModal.fromTemplateUrl('views/modals/pincode.html', {
|
||||
scope: scope,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue