SemanticUI-Angular
SemanticUI-Angular copied to clipboard
Modal + angular ui router
They simply do not go together. A modal inside of an ui-view causes a new modal to be created each time the state is entered, probably because modals are physically moved somewhere else.
settings="{ detachable: false }" works as a temporary fix
Thanks thats good to know!
I imagine there might be a few components like a dialog that should call a destroy like method on the Semantic UI library when the angular scope is destroyed.