I have to get values of multiple checkbox checked in AngularJS. I have to use that value in Controller.js.What can i do for this? I set the value in ng-model but It has given null array.
Join the Stack Overflow Community
Stack Overflow is a community of 6.8 million programmers, just like you, helping each other.
Join them; it only takes a minute:
Sign up
Join them; it only takes a minute:
closed as not a real question by Jeroen, Ejaz, Sindre Sorhus, Roman C, Spudley May 7 '13 at 11:36It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.If this question can be reworded to fit the rules in the help center, please edit the question. |
|||
|
your model :
you want only checked :
|
|||
|