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