Skip to content

Commit 9aea44a

Browse files
committed
fix(core): IE does not render correctly when binding is used in style.
use ng-style instead
1 parent 8fc6e2e commit 9aea44a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/ui-grid/uiGridRenderContainer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<div
1010
ng-if="colContainer.needsHScrollbarPlaceholder()"
1111
class="ui-grid-scrollbar-placeholder"
12-
style="height:{{colContainer.grid.scrollbarHeight}}px">
12+
ng-style="{height:colContainer.grid.scrollbarHeight + 'px'}">
1313
</div>
1414
<ui-grid-footer
1515
ng-if="grid.options.showColumnFooter">

0 commit comments

Comments
 (0)