You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 30, 2018. It is now read-only.
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 :)
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 :)