In my Angular apps I am using UI Grid (http://ui-grid.info/docs/#/tutorial)
How do I get the data of the selected row ?
Plunker : http://plnkr.co/edit/GpsfCHewYjhiPcwAQheA?p=preview
HTML:
<div ui-grid="gridOptions" ui-grid-selection class="grid"></div>