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.

5 lines (4 loc) 149 B
app.controller('userCtrl', function ($scope, $rootScope, zapi) { $scope.useInputLarge = zapi.useInputLarge; $scope.login = $rootScope.login; });