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.

5 lines 168 B
app.service('$measure', function($http, zapi) { this.getByType = function(type) { return $http.get(zapi.serverUrl + '/api/unit/measure/' + type); }; });