hide menu in accept terms view
This commit is contained in:
parent
26f9581945
commit
c54a6c0875
4 changed files with 10 additions and 4 deletions
|
|
@ -1672,6 +1672,10 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
|||
self.setTab(tab, reset);
|
||||
});
|
||||
|
||||
$rootScope.$on('disclaimerAccepted', function(event) {
|
||||
$scope.isDisclaimerAccepted = true;
|
||||
});
|
||||
|
||||
$rootScope.$on('Local/WindowResize', function() {
|
||||
self.physicalScreenWidth = ((window.innerWidth > 0) ? window.innerWidth : screen.width);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue