Igor,

I have been trying to get IE 8 and 9's bug fixed for couple of days and 
still no luck.  I tried everything on AngularJS's IE fix page and many 
other methods provided online but I am not getting any where.

Angular not binding or running at all in both IE 8 & 9. I seem to be 
missing a piece in the steps indicated on Angular's website. See 
www.ryanokane.net/test.php

Is there any special coding that I need to do when using ES5 shim?
Also, do I need to alter any of JQuery's vars?

Please advise.
Thank you.

On Sunday, September 2, 2012 2:26:22 AM UTC-7, Igor Minar wrote:
>
>
>
> On Sat, Sep 1, 2012 at 12:23 PM, Travis De Silva 
> <[email protected]<javascript:>
> > wrote:
>
>> Thanks a lot for the responses. Good to get a view from both sides. I 
>> am reasonably confident and decided to go ahead with Angular after spending 
>> a further day just reading various forums and people's opinions and feel 
>> that even if I hit a roadblock, there will be ways to overcome it. 
>>
>> What's the difference between HTML5 Shiv and ES5 shim? I assume one is 
>> focused on the HTML5 missing part and the other the Javascript missing 
>> functionality in older browsers? 
>>
>>  I assume since the Angular framework itself is Javascript, using ES5 
>> shim will protect the framework breaking on older browsers like IE8 and if 
>> I decide to use HTML5 specific code, then I need to also use HTML5 Shiv 
>> right? Is this the correct assumption?
>>
>
> html5 shiv just makes it possible for IE to style html5 elements, it's not 
> a polyfill like ES5 shim, which actually adds support for new javascript 
> apis to IE.
>
> Angular currently doesn't require ES5 shim, so our code will work on IE 
> even without it, but it's going to make your life easier if you can write 
> your javascript code against ES5 apis. We are considering to make ES5 shim 
> a required dependency on IE in the future version of Angular.
>
> /i 
>

-- 
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.

Reply via email to