How do I show multiple views in an abstract state template?
问题 Using Angularjs UI-Router I'm trying to build a typical page with a main view and a side refine/filter results view. I've forked the sample app and now modifying it to have a parent abstract state that displays the filters view and the main view so that I can share the data that the abstract state resolves. The problem is I cannot get the filters view to appear without breaking the scope inheritance. If I add the 'views' param it breaks the scope so how can I get this to work? Here's my code