Wallet/src/js/services/sjcl.js
Matias Alejo Garcia 320de62f13 bwc
2015-04-11 10:53:15 -03:00

7 lines
168 B
JavaScript

'use strict';
angular.module('copayApp.services')
.factory('sjcl', function bitcoreFactory(bwcService) {
var sjcl = bwcService.getSJCL();
return sjcl;
});