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
{{ message }}
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
And this perfectly works in all browsers but in IE8, there is javascript error : TypeError: Object doesn't support this property or methodundefined that screw up the app. Any idea what is the problem? By the way i'm using angular v1.2.0-rc.2 version.
Thanks in advance
The text was updated successfully, but these errors were encountered:
I just debugged it in IE8 and code breaks in angular.js on line 10286 on try block!!!
//down while you can, then up and next sibling or up and next sibling until back at rootdo{current=next;event.currentScope=current;listeners=current.$$listeners[name]||[];for(i=0,length=listeners.length;i<length;i++){// if listeners were deregistered, defragment the arrayif(!listeners[i]){listeners.splice(i,1);i--;length--;continue;}try{listeners[i].apply(null,listenerArgs);}catch(e){$exceptionHandler(e);}}
Hi all,
I have some problems with IE8, seem it's related with $http, $q.
my get method in service is:
and in my controller i'm using follow code to fetch the data:
And this perfectly works in all browsers but in IE8, there is javascript error : TypeError: Object doesn't support this property or methodundefined that screw up the app. Any idea what is the problem? By the way i'm using angular v1.2.0-rc.2 version.
Thanks in advance
The text was updated successfully, but these errors were encountered: