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.
9 lines • 428 B
HTML
<div ng-if="!noTable && items.length !== 0">
<entity-filter entity="{{entity}}" table="table" lookup="lookup"></entity-filter>
</div>
<div ng-if="items.length !== 0">
<div ng-include src="contentUrl" include-replace></div>
</div>
<div ng-if="items.length === 0">
<p class="text-info text-center strong"><i class="fa fa-info-circle" aria-hidden="true"></i> Não existem {{entityObj.title | translate}} em registo</p>
</div>