You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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.
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)
The text was updated successfully, but these errors were encountered: