next steps card should be collapsable
This commit is contained in:
parent
33ef63ba73
commit
5fc36dce2d
3 changed files with 50 additions and 29 deletions
|
|
@ -180,6 +180,11 @@ angular.module('copayApp.controllers').controller('tabHomeController',
|
|||
});
|
||||
};
|
||||
|
||||
$scope.shouldHideNextSteps = function() {
|
||||
$scope.hideNextSteps = !$scope.hideNextSteps;
|
||||
$ionicScrollDelegate.resize();
|
||||
};
|
||||
|
||||
var listeners = [
|
||||
$rootScope.$on('bwsEvent', function(e, walletId, type, n) {
|
||||
var wallet = profileService.getWallet(walletId);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue