TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Sivakumar
NA
551
217.7k
Validation is not working correctly
Jan 9 2016 3:05 AM
Hi,
Validations are not working correctly.
This is my html code :
<div class="form-group col-md-3">
<span>No. of Positions *</span>
<input type="number" min="1"id="vacancies" class="form-control" name="position" placeholder="9" data-ng-model="Job.Position" required >
<span ng-show="(formaddjob.position.$dirty || submitted) && (formaddjob.position.$error.required || !formaddjob.position.$valid)">
<span class="error" ng-show="formaddjob.position.$error.required">
Vacancies Required!
</span>
<span class="error" ng-show="formaddjob.position.$error.number || !formaddjob.position.$valid">
Not valid number!
</span>
</span>
</div>
Please give me help
Reply
Answers (
1
)
Take Screenshot from my webpage
how to Publish the web Project in vs2015?