Angular 1.5.9 brought about some interesting performance improvements:
$compileProvider.commentDirectivesEnabled( false ); // turned off comment directives
$compileProvider.cssClassDirectivesEnabled( false ); // disabled css class directives
In updating my Angular version to 1.5.9-build.5158+sha.cc92da0
and then to 1.6.0-rc.1
specifically for these enhancements, everything in my app seems to be running smoothly except for one issue.
The problem lies with the functionality of the Angular Materials datepicker (1.1.1
).
Upon opening the datepicker, it initially displays no information, but upon scrolling a bit the content suddenly appears. Check out the DEMO here.
I have tried troubleshooting this issue myself without success in pinpointing the cause of this behavior.
Any assistance in resolving this bug would be greatly appreciated.