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
You've done some cool work with this module, however after hours of investigation I've found one very important Angular/JavaScript related issue.
I've found that something inside "magic JS, just ignore this!" script causes break of all AngularJS $http service callbacks (.then, .success etc. which are used in any AJAX call through this service). They're all silenced with either no success or any error. Roughly checking you may be manipulating XMLHttpRequest object in this script in some inappropriate way which may be the cause of this problem. Tested on latest Chrome & Firefox, I haven't checked other browsers.
best regards,
Ireneusz Sawicki
The text was updated successfully, but these errors were encountered:
Hi Joseph,
You've done some cool work with this module, however after hours of investigation I've found one very important Angular/JavaScript related issue.
I've found that something inside "magic JS, just ignore this!" script causes break of all AngularJS $http service callbacks (.then, .success etc. which are used in any AJAX call through this service). They're all silenced with either no success or any error. Roughly checking you may be manipulating XMLHttpRequest object in this script in some inappropriate way which may be the cause of this problem. Tested on latest Chrome & Firefox, I haven't checked other browsers.
best regards,
Ireneusz Sawicki
The text was updated successfully, but these errors were encountered: