UNPKG

@owstack/ows-wallet-servlet-bitpay

Version:

An OWS Wallet servlet plugin for the BitPay API.

13 lines (10 loc) 268 B
'use strict'; angular.module('owsWalletPlugin', [ 'gettext', 'ngLodash', 'owsWalletPluginClient', 'owsWalletPlugin.apiHandlers', 'owsWalletPlugin.services' ]); angular.module('owsWalletPlugin.apiHandlers', []); angular.module('owsWalletPlugin.services', []);