Item Modal Interface
I have a list of items and want to render the item template in a modal interface. Requirements: the URL should update (and hence I should use a Route) the existing list of items s
Solution 1:
This is a rough example of showing a list of items and the selected item on a modal.
http://emberjs.jsbin.com/hesubejamayo/1/edit
In combination with the following post i think you may achieve what you are looking for.
Ember Routing: Reusing a resource under multiple parent routes
Post a Comment for "Item Modal Interface"