UNPKG
ng-grid
Version:
latest (2.0.1)
2.0.1
__Contributors:__
angular-ui/ng-grid
ng-grid
/
src
/
templates
/
aggregateTemplate.html
5 lines
(4 loc)
•
260 B
HTML
View Raw
1
2
3
4
5
<
div
ng-click
=
"row.toggleExpand()"
ng-style
=
"{'left': row.offsetleft}"
class
=
"ngAggregate"
>
<
span
class
=
"ngAggregateText"
>
{{row.label CUSTOM_FILTERS}} ({{row.totalChildren()}} {{AggItemsLabel}})
</
span
>
<
div
class
=
"{{row.aggClass()}}"
>
</
div
>
</
div
>