-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
is it support image width or height must be at least some pixes #1229
Comments
You want |
Fixed at 11.0.0 |
Did I misunderstand what OP was asking or does |
He wanted an "or" condition for with OR height to be limited. With ngf-validate you can just "and" the conditions. |
Great work. |
currently if I write as the follow ,that is limt the image both width and height are great than 600:
<input type="file" ngf-select ng-model="logotypefiles" name="file" accept="image/*" ngf-min-height="600" ngf-min-width="600" />
,any suggestions?
The text was updated successfully, but these errors were encountered: