Glad I could help! (and save someone the same pain I had...) On 1 August 2015 at 00:01, Andrew Stuart <[email protected]> wrote:
> This probably saved me a good day of debugging IE. Thanks for posting the > fix! > > On Friday, May 17, 2013 at 4:10:47 AM UTC-7, Adam Brooks wrote: >> >> Thanks for your help guys. I got it. I was missing the leading slash on >> my templateUrl in my directives. *sigh* >> >> >> On Fri, May 17, 2013 at 11:59 AM, Adam Brooks <[email protected]> wrote: >> >>> I'll keep hunting. Owen was right - the template caching is v >>> aggressive. No wonder I was having such a hard time yesterday - there was >>> no telling which versions of which files I had together at a given point in >>> time! >>> >>> The id="ng-app" is there because of older IEs -- see >>> http://docs.angularjs.org/guide/ie >>> >>> Cheers, >>> Adam. >>> >>> >>> On Fri, May 17, 2013 at 11:46 AM, Sander Elias <[email protected]> >>> wrote: >>> >>>> Not sure, but the name 'profile' is trowed around a lot, >>>> I spotted also an id="ng-app" on your HTML tag.. not too sure about >>>> that either. (why would you have an ID there anyway???) >>>> >>>> regards >>>> Sander >>>> >>>> On Friday, May 17, 2013 12:37:43 PM UTC+2, Adam Brooks wrote: >>>> >>>>> Is that a general comment or have you spotted something? :) >>>>> >>>>> >>>>> On Fri, May 17, 2013 at 11:03 AM, Sander Elias <[email protected]> >>>>> wrote: >>>>> >>>>>> hmm, take another look at your routing... >>>>>> >>>>>> >>>>>> On Friday, May 17, 2013 11:59:28 AM UTC+2, Adam Brooks wrote: >>>>>> >>>>>>> Thanks very much for looking. I'm beginning to wonder if it's a >>>>>>> server config type of issue. I'm going to keep trying to narrow down the >>>>>>> code though to the smallest possible reproduction. >>>>>>> >>>>>>> >>>>>>> On Fri, May 17, 2013 at 10:53 AM, Sander Elias <[email protected]> >>>>>>> wrote: >>>>>>> >>>>>>>> Adam, >>>>>>>> >>>>>>>> I took another look, and it seems the looping is happening at a >>>>>>>> higher level, everything, including your scripts and stuff gets >>>>>>>> reloaded. >>>>>>>> Somehow your entire page keeps being added again and again. The mess >>>>>>>> that's >>>>>>>> created prevents me from quickly looking for the cause! >>>>>>>> you directive is triggering this. >>>>>>>> >>>>>>>> Regards >>>>>>>> Sander >>>>>>>> >>>>>>>> >>>>>>>> On Friday, May 17, 2013 11:05:23 AM UTC+2, Adam Brooks wrote: >>>>>>>> >>>>>>>>> Hi Sander, >>>>>>>>> >>>>>>>>> Funnily enough, to try to cut to the heart of the matter I've >>>>>>>>> created a new profile, directive and controller. (Go to edit4 instead >>>>>>>>> of >>>>>>>>> edit2 and you might see the difference). I'm still seeing the issue. >>>>>>>>> Weirdest of all perhaps is that IE seems to work fine!! >>>>>>>>> >>>>>>>>> Cheers, >>>>>>>>> Adam. >>>>>>>>> >>>>>>>>> >>>>>>>>> On Fri, May 17, 2013 at 9:53 AM, Sander Elias <[email protected]> >>>>>>>>> wrote: >>>>>>>>> >>>>>>>>>> Hi, >>>>>>>>>> >>>>>>>>>> I suspect you have an attributte in your template that translates >>>>>>>>>> to 'profile' >>>>>>>>>> Frst thing to try, rename your directive to "profileDirective" Or >>>>>>>>>> something you fancy more! >>>>>>>>>> >>>>>>>>>> Regards >>>>>>>>>> Sander >>>>>>>>>> >>>>>>>>>> -- >>>>>>>>>> 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/4q1_P9c3svM/unsubs >>>>>>>>>> cribe?hl=en-US. >>>>>>>>>> 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?hl=en-US. >>>>>>>>>> For more options, visit https://groups.google.com/groups/opt_out. >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>> >>>>>>>>> -- >>>>>>>> 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/4q1_P9c3svM/unsubscribe?hl=en-US. >>>>>>>> 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?hl=en-US >>>>>>>> . >>>>>>>> For more options, visit https://groups.google.com/groups/opt_out. >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>> >>>>>>> -- >>>>>> 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/4q1_P9c3svM/unsubscribe?hl=en-US. >>>>>> 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?hl=en-US. >>>>>> For more options, visit https://groups.google.com/groups/opt_out. >>>>>> >>>>>> >>>>>> >>>>> >>>>> -- >>>> 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/4q1_P9c3svM/unsubscribe?hl=en-US >>>> . >>>> 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?hl=en-US. >>>> For more options, visit https://groups.google.com/groups/opt_out. >>>> >>>> >>>> >>> >>> >> -- > 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/4q1_P9c3svM/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.
