Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
romain-gilliotte committed Apr 19, 2020
1 parent c3ee23a commit 1f7e777
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -3,7 +3,7 @@
<tr ng-repeat="row in $ctrl.grid.body">
<th ng-repeat="headerCol in row.headerCols" rowspan="{{headerCol.rowspan}}" ng-style="$ctrl.firstColStyle"
style="min-width: 100px">
{{headerCol.name|formatSlot}}
{{headerCol.name}}
</th>

<td ng-repeat="col in row.dataCols track by $index" td-reporting-field value="col" baseline="$ctrl.baseline"
Expand Down

0 comments on commit 1f7e777

Please sign in to comment.