In my controller displayedEntries has initilized from the ajax call and length is 3. When the page is load, it still shows the no data message before my table is filled. How could i hide this message before the displayed entries rendered with data.
<span class="h4" ng-show="(displayedEntries | filter : { type : { name: type.name}}).length == 0">{{'public.TABLE_NO_DATA'|translate}}</span>