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
Benmakhlouf Saad
NA
134
13.1k
get object.value from dropdownlist
Oct 10 2016 12:10 PM
Hi,
I have a form that contains many fields
exp : <input "ng-model = from.username" >
exp : <select "ng-model = from.Products">
Products is an Object
$scope.master={};
$scope.master = angular.copy(form);
I want to get Products.Id and put it to $scope.master and NOT get the Object Product.
Thanks
Reply
Answers (
2
)
How to use Bootstrap Loading bar in mvc
how to pass the Scope variable in Angular factory method