@owstack/ows-wallet-applet-movies
Version:
An OWS Wallet sample plugin.
15 lines (12 loc) • 310 B
JavaScript
;
angular.module('owsWalletPlugin', [
'gettext',
'ionic',
'ngLodash',
'owsWalletPluginClient',
'owsWalletPlugin.api.bitpay',
'owsWalletPlugin.controllers',
'owsWalletPlugin.services'
]);
angular.module('owsWalletPlugin.controllers', []);
angular.module('owsWalletPlugin.services', []);