Skip to content

Commit

Permalink
fix(core): fix template issue in angular 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
swalters committed Jul 29, 2015
1 parent 2987e04 commit d9c50cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/templates/ui-grid/uiGridRenderContainer.html
Expand Up @@ -4,8 +4,8 @@
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 -->
<ui-grid-header></ui-grid-header>
<ui-grid-viewport></ui-grid-viewport>
<div ui-grid-header></div>
<div ui-grid-viewport></div>
<div
ng-if="colContainer.needsHScrollbarPlaceholder()"
class="ui-grid-scrollbar-placeholder"
Expand Down

0 comments on commit d9c50cf

Please sign in to comment.