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.

7 lines (6 loc) 218 B
app.controller('holidayCtrl', function ($scope, $holiday, zapi) { $scope.useInputLarge = zapi.useInputLarge; $scope.items.forEach(function (item) { item.next = $holiday.calculateNextOccurrence(item); }); });