adding test modal for pin
This commit is contained in:
parent
d1a2c2bbbf
commit
9bb12e91f5
5 changed files with 127 additions and 53 deletions
12
src/js/controllers/modals/pintest.js
Normal file
12
src/js/controllers/modals/pintest.js
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
'use strict';
|
||||
|
||||
angular.module('copayApp.controllers').controller('pinTestController', function($scope, applicationService) {
|
||||
|
||||
$scope.goodPin = function() {
|
||||
applicationService.successfullUnlocked = true;
|
||||
$scope.pintestview.hide();
|
||||
};
|
||||
|
||||
$scope.badPin = function() {};
|
||||
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue