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 was archived by the owner on Sep 5, 2024. It is now read-only.
It is possible to have an expression in attr.ngModel that causes an error when concatenated into an expression like this. The content of ngModel should only ever be read through ngModelController.
The correct approach is to make updating the label element's class happen in the ngModelController's $render function.
The text was updated successfully, but these errors were encountered:
Code here
It is possible to have an expression in attr.ngModel that causes an error when concatenated into an expression like this. The content of ngModel should only ever be read through ngModelController.
The correct approach is to make updating the label element's class happen in the ngModelController's $render function.
The text was updated successfully, but these errors were encountered: