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
vasanth kumar
1.5k
232
25.2k
Multi select dropdown in mvc
Nov 17 2019 10:47 AM
<select class=".my-select" chosen="{width:'100%'}" multiple data-placeholder="Recepients"
ng-model="recepients2">
<option ng-repeat="contact in contactBook">{{contact.name}}</option>
</select>
this is my code,binding data from database.
But the first data only binding into the chosen dropdown list.
other data's all not displayed.but in the inspect element its displaying.
Do you have any idea's about this guys?
Reply
Answers (
6
)
Angular beginner tutorial
How to show loader component when when form load before data