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