Skip to content

Commit

Permalink
mac os wheel helper bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Pękala committed Apr 23, 2014
1 parent 00689c6 commit 82809d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions angular-vs-repeat.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
if(!originalCollection || originalCollection.length < 1){
$scope[collectionName] = [];
originalLength = 0;
$fillElement.css({'height': 0});
return;
}
else{
Expand Down

0 comments on commit 82809d1

Please sign in to comment.