Posts by Marcelo Santos • 1 point
1 post
-
0
votes2
answers142
viewsA: Is it possible to send a list of javascript objects to a function in the contoller?
http://www.w3schools.com/js/js_arrays.asp You can work with arrays in javascript. Mount the array in your view and then switch to the controller. In the controller open the array. ;)…