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

14 lines (13 loc) 261 B
app.directive('zlCountry', function(zapiPath) { return { restrict: 'E', scope: { item: '=', 'var': '@', label: '@', lookup: '=' }, replace: false, templateUrl: zapiPath + '/directives/country/country.html' }; });