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