Merge pull request #194 from cmgustavo/ref/design-05

Ref/design 05
This commit is contained in:
Matias Alejo Garcia 2016-08-18 00:59:11 -03:00 committed by GitHub
commit 0105ce4c13
3 changed files with 96 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');
};