perf($compile): add provider option to turn off compilation of css class and comment directives
When the functions `cssClassDirectivesEnabled()` / `commentDirectivesEnabled()` on the `$compileProvider` are called with `false`, then the compiler won't look for directives on css classes / comment elements. This can result in a compilation speed-up of around 10%. PR (#14850)
D
David Rodenas committed
775c247085765e08845ae45ed19dd0120c61acc1
Parent: 4d753d1
Committed by Georgios Kalpakas <kalpakas.g@gmail.com>
on 8/8/2016, 12:14:51 PM