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