I have a list of items. I need to select an item or multiple items by pressing Shift key or Control key. JSBIN --> Link
My doubt is how to get the current clicked elements model in my View. If I can get the current clicked elements model I can trigger my action handler method to manipulate my model. Also the event object is not available directly in my action handler in the Route.
Two Points I am not clear:
-
How to get the current clicked elements model in the View.
-
In Route action handler, can I get the events.
Thanks
Jeevi