UNPKG

zettapi_client

Version:

Admin panel and client-side CRUD operations in angular to use with zettapi_server rest api to get started quickly in any CMS project.

9 lines (8 loc) 169 B
app.service('ErrorSvc', function() { this.validationArgs = function(disabled, tooltip) { return { disabled: disabled, tooltip: tooltip }; }; });