Skip to content
Permalink
Browse files

fix(Aggregation) Remove unnecessary space

I don't see AggItemsLabel used anywhere in the code.

Fixes #1216
  • Loading branch information
c0bra committed Dec 8, 2014
1 parent b371a48 commit fad5dd8605e8e21c9991c1c72d7749aa61d43fed
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/templates/aggregateTemplate.html
@@ -1,4 +1,4 @@
<div ng-click="row.toggleExpand()" ng-style="rowStyle(row)" class="ngAggregate">
<span class="ngAggregateText">{{row.label CUSTOM_FILTERS}} ({{row.totalChildren()}} {{AggItemsLabel}})</span>
<span class="ngAggregateText">{{row.label CUSTOM_FILTERS}} ({{row.totalChildren()}}{{AggItemsLabel}})</span>
<div class="{{row.aggClass()}}"></div>
</div>

0 comments on commit fad5dd8

Please sign in to comment.
You can’t perform that action at this time.