fixes and remove unused views
This commit is contained in:
parent
8dfc2de01c
commit
ff5b662f39
8 changed files with 14 additions and 29 deletions
|
|
@ -204,4 +204,5 @@ angular.module('copayApp.controllers').controller('pinController', function($sta
|
|||
lockTimeControl(bannedUntil);
|
||||
});
|
||||
};
|
||||
|
||||
});
|
||||
|
|
|
|||
|
|
@ -1,12 +0,0 @@
|
|||
'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