add avance settings

This commit is contained in:
Matias Alejo Garcia 2015-05-04 12:23:43 -03:00
commit 5c3b65c38b
10 changed files with 71 additions and 26 deletions

View file

@ -23,6 +23,7 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
this.isRateAvailable = false;
this.showScanner = false;
this.isMobile = isMobile.any();
this.addr = null;
var disableScannerListener = $rootScope.$on('dataScanned', function(event, data) {
self.setForm(data);