Thanks Adam that helped me find the issue I had which was invalid HTML in IE8.
Someone had put a input type="hidden" outside a <td> in an ng-repeat.. On Saturday, 8 October 2011 04:38:46 UTC+11, Adam Pohorecki wrote: > > This issue usually happens when you have not well-formed HTML (you > forgot to close some tag). > > On Fri, Oct 7, 2011 at 6:54 PM, Igor Minar <[email protected]<javascript:>> > wrote: > > and is the issue still present? > > > > On Fri, Oct 7, 2011 at 9:40 AM, Nolan Dubeau > > <[email protected]<javascript:>> > wrote: > >> > >> I just updated to the latest version. > >> Thanks > >> > >> Nolan Dubeau > >> Sent from my Commodore-64 > >> Load *.*,8,1 > >> On Oct 7, 2011, at 12:36 PM, Igor Minar <[email protected]<javascript:>> > wrote: > >> > >> Hi Nolan, > >> what version of angular? 0.9.19? > >> /i > >> > >> On Fri, Oct 7, 2011 at 9:25 AM, Nolan Dubeau > >> <[email protected]<javascript:> > > > >> wrote: > >>> > >>> Hi everyone, > >>> > >>> I was just doing some testing on IE and my angular app is not > >>> functioning. It works fine on FF, Chrome, and Safari. > >>> > >>> Below is the JS error that occurred. > >>> > >>> > >>> Webpage error details > >>> > >>> User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; WOW64; > >>> Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.30618; .NET CLR > >>> 3.5.30729) > >>> Timestamp: Fri, 7 Oct 2011 16:20:00 UTC > >>> > >>> > >>> Message: 'scopeName' is null or not an object > >>> Line: 486 > >>> Char: 5 > >>> Code: 0 > >>> URI: http://mysite/commonassets/javascript/angular/angular.js > >>> > >>> I noticed in the lib/angular folder there is a file called - > >>> angular-ie-compat.js. What is that file used for? > >>> > >>> Any ideas on the error? > >>> > >>> Thanks. > >>> > >>> Nolan > >>> > >>> -- > >>> You received this message because you are subscribed to the Google > Groups > >>> "AngularJS" group. > >>> To post to this group, send email to [email protected]<javascript:> > . > >>> To unsubscribe from this group, send email to > >>> [email protected] <javascript:>. > >>> For more options, visit this group at > >>> http://groups.google.com/group/angular?hl=en. > >>> > >> > >> -- > >> You received this message because you are subscribed to the Google > Groups > >> "AngularJS" group. > >> To post to this group, send email to [email protected]<javascript:> > . > >> To unsubscribe from this group, send email to > >> [email protected] <javascript:>. > >> For more options, visit this group at > >> http://groups.google.com/group/angular?hl=en. > >> > >> -- > >> You received this message because you are subscribed to the Google > Groups > >> "AngularJS" group. > >> To post to this group, send email to [email protected]<javascript:> > . > >> To unsubscribe from this group, send email to > >> [email protected] <javascript:>. > >> For more options, visit this group at > >> http://groups.google.com/group/angular?hl=en. > > > > -- > > You received this message because you are subscribed to the Google Groups > > "AngularJS" group. > > To post to this group, send email to [email protected]<javascript:> > . > > To unsubscribe from this group, send email to > > [email protected] <javascript:>. > > For more options, visit this group at > > http://groups.google.com/group/angular?hl=en. > > > -- 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/groups/opt_out.
