Skip to content

Commit e77aaf0

Browse files
committed
Issue 3828 - footerCellClass function gets called only once
1 parent 2146215 commit e77aaf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/core/directives/ui-grid-footer-cell.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
var dataChangeDereg = $scope.grid.registerDataChangeCallback( updateClass, [uiGridConstants.dataChange.COLUMN]);
7070
// listen for visible rows change and update aggregation values
7171
$scope.grid.api.core.on.rowsRendered( $scope, $scope.col.updateAggregationValue );
72-
72+
$scope.grid.api.core.on.rowsRendered( $scope, updateClass );
7373
$scope.$on( '$destroy', dataChangeDereg );
7474
}
7575
};

0 commit comments

Comments
 (0)