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.

8 lines 184 B
app.directive('console', function() { return { restrict: 'E', scope: true, replace: false, templateUrl: 'directives/console/console.html' }; });