remove unused view
This commit is contained in:
parent
155bf9c0d2
commit
020dbcd909
3 changed files with 0 additions and 80 deletions
|
|
@ -1,17 +0,0 @@
|
|||
'use strict';
|
||||
|
||||
angular.module('copayApp.controllers').controller('lockedViewController', function($state, $scope, $ionicHistory, fingerprintService, appConfigService, gettextCatalog) {
|
||||
$scope.$on("$ionicView.beforeEnter", function(event) {
|
||||
$scope.title = appConfigService.nameCase + ' ' + gettextCatalog.getString('is locked');
|
||||
$scope.appName = appConfigService.name;
|
||||
});
|
||||
|
||||
$scope.requestFingerprint = function() {
|
||||
fingerprintService.check('unlockingApp', function(err) {
|
||||
if (err) return;
|
||||
$state.transitionTo('tabs.home').then(function() {
|
||||
$ionicHistory.clearHistory();
|
||||
});
|
||||
});
|
||||
};
|
||||
});
|
||||
|
|
@ -1,42 +0,0 @@
|
|||
#locked-view {
|
||||
@mixin img-frame {
|
||||
height: 60px;
|
||||
width: 60px;
|
||||
box-shadow: none;
|
||||
margin: auto;
|
||||
}
|
||||
.img-container-copay {
|
||||
padding: 20%;
|
||||
@media(min-width: 480px) {
|
||||
max-height: 150px;
|
||||
}
|
||||
.big-icon-svg {
|
||||
> .bg {
|
||||
@include img-frame;
|
||||
background-image: url("../img/icon-fingerprint-copay.svg");
|
||||
}
|
||||
}
|
||||
}
|
||||
.img-container-bitpay {
|
||||
padding: 20%;
|
||||
@media(min-width: 480px) {
|
||||
max-height: 150px;
|
||||
}
|
||||
.big-icon-svg {
|
||||
> .bg {
|
||||
@include img-frame;
|
||||
background-image: url("../img/icon-fingerprint-bitpay.svg");
|
||||
}
|
||||
}
|
||||
}
|
||||
.comments {
|
||||
text-align: center;
|
||||
.header {
|
||||
font-size: 20px;
|
||||
}
|
||||
.text-content {
|
||||
width: 90%;
|
||||
margin: 5% auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue