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 Apr 12, 2024. It is now read-only.
the input directive does not "parse" the ngMaxLength attribute, it only calls parseInt() on it, essentially. This is a duplicate of a number of other issues wanting various model attributes to be parsed as expressions, including #1405, #1199, and others that I'm having trouble finding right now.
I agree that this is probably an expected use case, and for numbers it probably would not break anything to "fix", but I'm not sure if it's really worthwhile most of the time.
Closing this so this can be continued on existing issues
I'm trying to use ng-maxLength directive to give a variable max-length for my inputs.
But it doesn't seems to be working as expected. When it is applied the model binding for the same variable is not working. Here is my plunker http://plnkr.co/edit/NHNaswIIZqcdrOurYXVM?p=preview
If I remove ng-maxLength ng-required is going to work as expected , otherwise ng-required is also not working.
The text was updated successfully, but these errors were encountered: