UNPKG

@owstack/ows-wallet-servlet-coinbase

Version:

An OWS Wallet servlet plugin for Coinbase.

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