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
karthi keyan
NA
48
6.5k
How to pass Multiple Value in ng-true-value
Oct 22 2016 6:10 AM
How to pass both MinValue and MaxValue in ng-true-value...
For Eg:MinValue:5000
MaxValue:10000
<div ng-repeat="Price in PriceFilter">
<div class="item">
<input type="checkbox" ng-model="FilterSearch.istrPrice[$index]" ng-true-value="'{{}}'" ng-false-value=" ' ' " />
<label style="font-size:12px;margin-left:6%">
{{Price.MinValue}}
{{Price.seperator}}
{{Price.MaxValue}}
</label>
</div>
</div>
Reply
Answers (
2
)
Adding new row after button click and set value to text box
angular vs Jquery ?