Merge pull request #4572 from gabrielbazan7/fix/TermsWideScreen

hide menu in accept terms view
This commit is contained in:
Gustavo Maximiliano Cortez 2016-07-12 10:28:45 -03:00 committed by GitHub
commit c4a4bbdd96
4 changed files with 8 additions and 2 deletions

View file

@ -226,6 +226,7 @@ angular.module('copayApp.services')
if (!val) {
return cb(new Error('NONAGREEDDISCLAIMER: Non agreed disclaimer'));
}
$rootScope.$emit('disclaimerAccepted');
return cb();
});
});