Skip to content

Commit

Permalink
fix(uiGridRenderContainer.html): Prevent duplicate ids in the grid fo…
Browse files Browse the repository at this point in the history
…r ADA compliance.

fix #6096
  • Loading branch information
Portugal, Marcelo authored and mportuga committed Apr 21, 2018
1 parent bc50dfb commit ecf07c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/ui-grid/uiGridRenderContainer.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div
role="presentation"
ui-grid-one-bind-id-grid="'grid-container'"
ui-grid-one-bind-id-grid="containerId + '-grid-container'"
class="ui-grid-render-container"
ng-style="{ 'margin-left': colContainer.getMargin('left') + 'px', 'margin-right': colContainer.getMargin('right') + 'px' }">
<!-- All of these dom elements are replaced in place -->
Expand Down

0 comments on commit ecf07c6

Please sign in to comment.