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