Newer
Older
ubFramework / Portal / docroot / js / plugins / nggrid / src / templates / aggregateTemplate.html
@Christopher W. Olsen Christopher W. Olsen on 10 Dec 2017 281 bytes Cleaning Up Making It A Sub Module
<div ng-click="row.toggleExpand()" ng-style="rowStyle(row)" ng-style="{'left': row.offsetleft}" class="ngAggregate">
    <span class="ngAggregateText">{{row.label CUSTOM_FILTERS}} ({{row.totalChildren()}} {{AggItemsLabel}})</span>
    <div class="{{row.aggClass()}}"></div>
</div>