-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SaveMix modal (savemixpopup) should go away when the user hits 'submit' #43
Comments
…ootstrap, working off of documentation to properly implement close() method
…nted with using close() and dismiss() methods from modals documentation. Still cannot resolve issue.
I've investigated this issue extensively, it seems to be a known bug in Angular 1.4 as documented in this thread: angular-ui/bootstrap#3633 Here is the example for open(), close() and dismiss() given in the documentation: https://angular-ui.github.io/bootstrap/#/modal I attempted to adapt the example by adding ModalInstanceCtrl, but was ultimately not able to make it work. As of now the closeModal function in NavCtrl does nothing. This issue may be beyond my current abilities as a developer. If an aspirational angular dev wants to get in and submit a potential resolution for this issue, I'm all for it. As of now I'm removing this issue from release 1.1. Also opened Issue #53 regarding the case with signuppopup, wherein it doesn't change if you click the links within the modal to change routes. |
No longer relevant as login/save functionality has been removed. |
No description provided.
The text was updated successfully, but these errors were encountered: