This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
ngClass bug with ng:class and ng:click on one element #5001
Closed
Description
If you have ngClass
and ngClick
directive on one element and write them as ng:class=...
and ng:click=...
, the class attribute will always be empty.
Example: http://plnkr.co/edit/t66oOw