Skip to content

Commit

Permalink
Merge branch 'master' of github.com:driftyco/ionic
Browse files Browse the repository at this point in the history
  • Loading branch information
perrygovier committed Feb 5, 2015
2 parents 658451c + 4f0598d commit e0543ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/angular/directive/collectionRepeat.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ function($collectionRepeatManager, $collectionDataSource, $parse) {

var requiresRerender;
function rerenderOnResize() {
if ($scope.$$disconnected) return;
rerender(listExprParsed($scope));
requiresRerender = (!scrollViewContent.clientWidth && !scrollViewContent.clientHeight);
}
Expand Down

0 comments on commit e0543ea

Please sign in to comment.