Add an option to a state that tells ui-view to keep it around even after route changes (then switch back to the old one instead of re-create it) Use case is using ui-view for the content section of a tab. ``` <div> <tab-headers/> <ui-view/> </div> ```