Aviv Rosental

Results 3 comments of Aviv Rosental

We're having the same problem. You can see live demo of the problem here - http://codepen.io/rosentalaviv/full/ZLdLLq/

This can be solved manually by specifying both files on the "main" entry in bower.json file. ``` "main": ["src/sprintf.js", "src/angular-sprintf.js" ], ``` or (dist + minified): ``` "main": ["dist/sprintf.min.js", "dist/angular-sprintf.min.js"...

We're having the same problem, you can see demo here - http://codepen.io/rosentalaviv/full/ZLdLLq/ It seems to be related to the variable rows height. It does not occurs you specify rowHeight property...