This repository was archived by the owner on Sep 5, 2024. It is now read-only.
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
RC4: new feat(showHide) has a huge performance impact #5760
Closed
Description
On a page using lots of ng-show/ng-hide, RC4 has a monstrous performance impact. I could pinpoint the problem to this commit:
7355e58 (aka #5579)
Does Angular-Material provide a way to disable that feature easily? Maybe something similar to what Angular Aria does:
$ariaProvider.config({tabindex: false});
Could be something like
$materialProvider.config({showHide: false});