Creating Stateful Modals in AngularJS with Angular UI Router

What is stateful about this modal? Is the scope or controller of the modal re instantiated everytime you open it or not? Is the DOM of the modal added/remove to the ui-view or just hidden/shown? I am asking because I am looking for a modal that is truly stateful as it will have an iframe that cannot be reloaded when opened.

Thanks