Bugfix for displaying error message.

This commit is contained in:
Brendon Duncan 2018-08-30 20:46:58 +12:00
commit 421c4ca26a

View file

@ -7,7 +7,8 @@ angular
.factory('sendFlowService', sendFlowService); .factory('sendFlowService', sendFlowService);
function sendFlowService( function sendFlowService(
sendFlowStateService, sendFlowRouterService gettextCatalog
, sendFlowStateService, sendFlowRouterService
, bitcoinUriService, payproService , bitcoinUriService, payproService
, popupService , popupService
, $state , $state