bitcoin: working. paypro todo

This commit is contained in:
Matias Alejo Garcia 2014-12-08 19:31:15 -03:00
commit 80e22c59a0
4 changed files with 68 additions and 66 deletions

View file

@ -5,7 +5,7 @@ angular.module('copayApp.controllers').controller('HomeController', function($sc
// Global go. This should be in a better place TODO
// We dont do a 'go' directive, to use the benefits of ng-touch with ng-click
$rootScope.go = function (path) {
go.go(path);
go.path(path);
};
var _credentials, _firstpin;