UNPKG

zettapi_client

Version:

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) 185 B
app.directive('console', function(zapiPath) { return { restrict: 'E', scope: true, replace: false, templateUrl: zapiPath + '/directives/console/console.html' }; });