Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which versions of firefox does angularjs support?

In the angularjs docs, they say Angular supports Webkit, Firefox, IE>8. But which versions of Firefox exactly?

I need to create an app with Firefox 25 support. Is that possible?

like image 809
Thomas Avatar asked May 26 '14 15:05

Thomas


1 Answers

I know this is an old thread, but for anyone else who stumbles upon this (like I did), I can get Angular 1.3beta to work (routing, view rendering, dependency injection) on Firefox 4.

However, you can go even further back (I've gotten it to run on 3.6.3, which was the lowest practical limit for my user base) if you use the shim provided by Mozilla (Angular 1.3beta uses Object.keys; support for this was added in Firefox 4 according the preceding MDN article).

like image 58
Brian McBrayer Avatar answered Sep 23 '22 20:09

Brian McBrayer