added styling and needed improvements to html organization on disclaimer view to create animation for terms display
This commit is contained in:
parent
98a4c9a501
commit
795f816fbd
3 changed files with 54 additions and 4 deletions
|
|
@ -34,7 +34,7 @@ angular.module('copayApp.controllers').controller('disclaimerController', functi
|
|||
};
|
||||
|
||||
$scope.openTerms = function() {
|
||||
$scope.shrinkView = true;
|
||||
$scope.shrinkView = !$scope.shrinkView;
|
||||
}
|
||||
|
||||
$scope.goBack = function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue