Ok, will do. Thanks. On Wed, Oct 15, 2014 at 12:29 PM, Jesse Wolfe <[email protected]> wrote:
> Oh I see now (didn't catch it on my mobile phone)... you need to > definitely use non-min'd versions. Are you using quirks mode or something? > that statement highlighted looks like perfectly good JS that IE11 should > understand. > > Sure you didn't modify the file somehow? > > Use non minified versions and you should get some more shareable results. > > > > On Wed, Oct 15, 2014 at 1:11 PM, Jesse Wolfe <[email protected]> wrote: > >> One what? Lol. That doesn't appear to be an exception. Don't use .min >> for for development... Use the full version... Then your stack trace will >> be useful. >> >> Try drawing up an example in jsfiddle or plunkr. The former works better >> with ie. >> On Oct 15, 2014 10:45 AM, "mark goldin" <[email protected]> wrote: >> >>> Here is one from jquery.min.js: >>> >>> >>> <https://lh5.googleusercontent.com/-NUFTLhY0iD8/VD6IUVopLKI/AAAAAAAABFo/qbmSi3EyZaw/s1600/Capture.PNG> >>> >>> >>> >>> On Saturday, October 4, 2014 7:19:00 PM UTC-5, Jesse Wolfe wrote: >>>> >>>> The dependencies I was talking about are like loading JQuery 2.x wiht >>>> your angular app, which does not support IE8. But you are on IE11, so it's >>>> not the "old browser" issue. >>>> >>>> Best bet would be to put up a simple plunk (at http://plunkr.co) that >>>> demo's the problem. It will help you narrow down your problem. Half the >>>> time, it will help you answer your problem yourself. >>>> >>>> On Sat, Oct 4, 2014 at 8:07 PM, mark goldin <[email protected]> wrote: >>>> >>>>> IE 11. Not sure about dependencies that you are asking about. >>>>> Errors are many, syntax errors inside of angular js files. >>>>> >>>>> On Sat, Oct 4, 2014 at 6:56 PM, Jesse Wolfe <[email protected]> wrote: >>>>> >>>>>> Do you have any console.log() statements? IE console does not always >>>>>> like those. >>>>>> >>>>>> >>>>>> On Saturday, October 4, 2014 7:48:10 PM UTC-4, Jesse Wolfe wrote: >>>>>>> >>>>>>> Which version of IE? are you using any dependencies which might not >>>>>>> support that version of IE? >>>>>>> >>>>>>> Also, what error are you getting? >>>>>>> >>>>>>> On Saturday, October 4, 2014 10:22:57 AM UTC-4, mark goldin wrote: >>>>>>>> >>>>>>>> In Chrome I can refresh my page as many times as I want to, but in >>>>>>>> IE as soon as I hit refresh I am getting an error somewhere in angular >>>>>>>> js >>>>>>>> file. Any idea why? >>>>>>>> >>>>>>>> Thanks >>>>>>>> >>>>>>> -- >>>>>> You received this message because you are subscribed to a topic in >>>>>> the Google Groups "AngularJS" group. >>>>>> To unsubscribe from this topic, visit https://groups.google.com/d/ >>>>>> topic/angular/f-SaGB18eMY/unsubscribe. >>>>>> To unsubscribe from this group and all its topics, send an email to >>>>>> [email protected]. >>>>>> To post to this group, send email to [email protected]. >>>>>> Visit this group at http://groups.google.com/group/angular. >>>>>> For more options, visit https://groups.google.com/d/optout. >>>>>> >>>>> >>>>> -- >>>>> You received this message because you are subscribed to a topic in the >>>>> Google Groups "AngularJS" group. >>>>> To unsubscribe from this topic, visit https://groups.google.com/d/ >>>>> topic/angular/f-SaGB18eMY/unsubscribe. >>>>> To unsubscribe from this group and all its topics, send an email to >>>>> [email protected]. >>>>> To post to this group, send email to [email protected]. >>>>> Visit this group at http://groups.google.com/group/angular. >>>>> For more options, visit https://groups.google.com/d/optout. >>>>> >>>> >>>> -- >>> You received this message because you are subscribed to a topic in the >>> Google Groups "AngularJS" group. >>> To unsubscribe from this topic, visit >>> https://groups.google.com/d/topic/angular/f-SaGB18eMY/unsubscribe. >>> To unsubscribe from this group and all its topics, send an email to >>> [email protected]. >>> To post to this group, send email to [email protected]. >>> Visit this group at http://groups.google.com/group/angular. >>> For more options, visit https://groups.google.com/d/optout. >>> >> > -- > You received this message because you are subscribed to a topic in the > Google Groups "AngularJS" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/angular/f-SaGB18eMY/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/angular. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
