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
219.5k
dropdownlist data is not binding in angularjs
Dec 10 2015 4:53 AM
hi I am using
select2
plugin for my dropdownlist.
this is my dropdownlist html code :
<div class="form-group col-md-3">
<span>Must Have Skills *</span>
<select class="js-example-tokenizer js-states form-control" id="skills" multiple="multiple" name="skill" data-ng-model="Job.MustHaveSkills" ng-class="submitted?'ng-dirty':''" required autofocus>
<option value="" selected="selected">-- Select Must Have Skills --</option>
<option data-ng-repeat="s in skillList" value="{{s.SkillID}}">{{s.Name}}</option>
</select>
<span class="error" ng-show="(f1.skill.$dirty || submitted) && f1.skill.$error.required">Must Have Skills required!</span>
</div>
When I click save button it shows error message and the data not to bind.
Please give me a help.
Thank you.
Reply
Answers (
1
)
Dropdownlist is not populated when I want to update the data
Need an example of HTML5 SSE with .aspx page in server?