added styling and needed improvements to html organization on disclaimer view to create animation for terms display

This commit is contained in:
Jamal Jackson 2016-11-21 10:39:38 -05:00
commit 795f816fbd
3 changed files with 54 additions and 4 deletions

View file

@ -34,7 +34,7 @@ angular.module('copayApp.controllers').controller('disclaimerController', functi
};
$scope.openTerms = function() {
$scope.shrinkView = true;
$scope.shrinkView = !$scope.shrinkView;
}
$scope.goBack = function() {