Skip to content

Commit

Permalink
Merge pull request angular-ui#853 from zacronos/scroll_space_fix
Browse files Browse the repository at this point in the history
flexible-height plugin: removed extra spacing
  • Loading branch information
roblarsen committed Dec 3, 2013
2 parents 0367ef7 + b04b494 commit 1a8fd9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/ng-grid-flexible-height.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function ngGridFlexibleHeightPlugin (opts) {
self.grid.$viewport.css('height', newViewportHeight + 'px');
self.grid.$root.css('height', (newViewportHeight + extraHeight) + 'px');
self.scope.baseViewportHeight = newViewportHeight;
self.domUtilityService.UpdateGridLayout(self.scope, self.grid);
self.domUtilityService.RebuildGrid(self.scope, self.grid);
}
};
self.scope.catHashKeys = function () {
Expand Down

0 comments on commit 1a8fd9e

Please sign in to comment.