Skip to content
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

ng-required error in docs #43

Open
fixpunkt opened this issue Apr 23, 2015 · 0 comments
Open

ng-required error in docs #43

fixpunkt opened this issue Apr 23, 2015 · 0 comments

Comments

@fixpunkt
Copy link

The following example is given in the section "Force Validity Check":

<form name="userForm">
  <div class="form-group" show-errors>
    <input type="text" name="firstName" ng-model="firstName" ng-required />
  </div>
  <input type="submit" ng-click="save()" />
</form>

This does not set the required attribute for current versions of Angular. ng-required should be replaced by required or ng-required="true" here.

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

No branches or pull requests

1 participant