passy / angular-masonry

An AngularJS directive for Masonry.
https://passy.github.io/angular-masonry
MIT License
1.12k stars 216 forks source link

angular-masonry breaks if you set $compileProvider.cssClassDirectivesEnabled(false) #202

Open jziggas opened 6 years ago

jziggas commented 6 years ago

Hi there,

Thank you for your library! This is more a word of warning to others, and perhaps a suggestion to make a note in the README as it might not be obvious to many people. But we had a team member disable CSS based directives as a performance optimization via $compileProvider.cssClassDirectivesEnabled(false); in our application config. However that broke the one place in our app which uses masonry. So lesson learned, don't do that :)