@owstack/ows-wallet-applet-coinbase
Version:
An OWS Wallet applet plugin for Coinbase.
20 lines (17 loc) • 449 B
JavaScript
;
angular.module('owsWalletPlugin', [
'angularMoment',
'gettext',
'ionic',
'monospaced.qrcode',
'ngFitText',
'ngLodash',
'owsWalletPluginClient',
'owsWalletPlugin.api.coinbase',
'owsWalletPlugin.controllers',
'owsWalletPlugin.directives',
'owsWalletPlugin.services'
]);
angular.module('owsWalletPlugin.controllers', []);
angular.module('owsWalletPlugin.directives', []);
angular.module('owsWalletPlugin.services', []);