QR Scanner for bitcoin URI

This commit is contained in:
Gustavo Maximiliano Cortez 2016-08-17 19:25:07 -03:00
commit 89b0fca5cb
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
3 changed files with 90 additions and 2 deletions

View file

@ -39,6 +39,10 @@ angular.module('copayApp.services').factory('go', function($window, $ionicSideMe
}
};
root.confirm = function(params) {
$state.transitionTo('confirm', params)
};
root.send = function() {
root.path('tabs.send');
};