Skip to content
This repository has been archived by the owner on Jan 7, 2020. It is now read-only.

ng-maxlength support #41

Open
volyx opened this issue May 6, 2015 · 0 comments
Open

ng-maxlength support #41

volyx opened this issue May 6, 2015 · 0 comments

Comments

@volyx
Copy link

volyx commented May 6, 2015

Supports angularjs input directive analogs, such as:
{code}
<input
ng-model="string"
[name="string"]
[required="string"]
[ng-required="boolean"]
[ng-minlength="number"]
[ng-maxlength="number"]
[ng-pattern="string"]
[ng-change="string"]
[ng-trim="boolean"]>
...

{code}

https://docs.angularjs.org/api/ng/directive/input

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant