dnet-applications/apps/dnet-is-application/src/main/resources/static/html/parts/page_filter.html

5 lines
245 B
HTML

<p ng-show="list.length > 0">
<input type="text" class="form-control form-control-sm" ng-model="filter" placeholder="{{description}}" />
<small class="form-text text-muted"><b>{{totalLabel}}:</b> {{(list | filter:filter).length}}</small>
</p>