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 has been archived by the owner on Apr 12, 2024. It is now read-only.
Hello, I've found a problem with a Angular 1.2.0
ng-hide class is omitted when tag contains ngShow directive and class attribute with angular expression inside:
When 'additionalClass' value is updated in controller - element is shown no matter what ng-show value currently is.
I made a plunker that shows this problem: http://plnkr.co/edit/oZ7oskJPtkqTMM0gmrTr?p=preview
Tested it with 1.0.8, works without any problems.
The text was updated successfully, but these errors were encountered:
Hello, I've found a problem with a Angular 1.2.0
ng-hide class is omitted when tag contains ngShow directive and class attribute with angular expression inside:
When 'additionalClass' value is updated in controller - element is shown no matter what ng-show value currently is.
I made a plunker that shows this problem:
http://plnkr.co/edit/oZ7oskJPtkqTMM0gmrTr?p=preview
Tested it with 1.0.8, works without any problems.
The text was updated successfully, but these errors were encountered: