UNPKG

@owstack/ows-wallet-servlet-hello

Version:

An OWS Wallet minimal servlet plugin.

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