Skip to content
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

Occures TypeError when trying to dismiss a notiication. #42

Open
srimaln91 opened this issue Jul 6, 2016 · 1 comment
Open

Occures TypeError when trying to dismiss a notiication. #42

srimaln91 opened this issue Jul 6, 2016 · 1 comment

Comments

@srimaln91
Copy link

JS Console log
angular.js:13283 TypeError: Cannot read property 'fadeOut' of null
at Object.dismiss (ng-notify.js:137)
at dismiss (ng-notify.js:552)
at Object.dismiss (ng-notify.js:620)
at jkfe.js:255
at m.$digest (angular.js:16728)
at m.$apply (angular.js:16992)
at HTMLHtmlElement. (angular.js:13032)
at HTMLHtmlElement.dispatch (jquery.min.js:3)
at HTMLHtmlElement.r.handle (jquery.min.js:3)

@sschadwick
Copy link

Also encountering this error. My alert pops up and dismisses as expected, however any subsequent page navigation will produce this error. My best guess is that ng-notify incorrectly thinks it is still open, and fails when it attempts to close the alert.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants