migrate copayApp to bitcoincom. Clean up

This commit is contained in:
Jean-Baptiste Dominguez 2018-09-04 13:32:36 +09:00
commit 547b216edd
3 changed files with 8 additions and 14 deletions

View file

@ -3,7 +3,7 @@
(function(){
angular
.module('copayApp.services')
.module('bitcoincom.services')
.factory('sendFlowStateService', sendFlowStateService);
function sendFlowStateService($log) {