fix bugs in phone

This commit is contained in:
Gabriel Bazán 2015-11-24 12:21:13 -03:00
commit 93e9fa7d3b
3 changed files with 14 additions and 6 deletions

View file

@ -135,6 +135,9 @@ angular.module('copayApp.controllers').controller('indexController', function($r
self.openWallet();
});
}
storageService.getCopayDisclaimerFlag(function(err, val) {
self.agreeDisclaimer = val;
});
});
};