Apologies for the confusing title. So I have multi-select + ng-grid working here .
For anyone who isn't sure what the master/detail paradigm is. I select a row from my grid and expose all of its properties in some fashion for a complete view of the row from my grid (master being inside the grid, details being the object properties)
I want it to do something like
But I cannot seem to figure out how to get this type of detail view to occur. I presume I need to have some type of emit/broadcast/on
type set of events. So again the question is how do I do the master/detail view with a modal and multiple selections in angularjs + ng-grid?