First enhancement in the send flow architecture

This commit is contained in:
Jean-Baptiste Dominguez 2018-08-29 15:38:23 +09:00
commit d864b35513
4 changed files with 197 additions and 21 deletions

View file

@ -16,8 +16,7 @@ angular.module('copayApp.controllers').controller('tabsController', function($ro
};
$scope.startFreshSend = function() {
sendFlowService.clear();
$state.go('tabs.send');
sendFlowService.start();
};
$scope.importInit = function() {