Which versions of firefox does angularjs support?

前端 未结 2 1454
长情又很酷
长情又很酷 2021-01-18 20:47

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 t

相关标签:
2条回答
  • 2021-01-18 21:18

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

    0 讨论(0)
  • 2021-01-18 21:28

    AngularJs is a Javascript framework and (except for weird cases like IE8 which they're dropping support in the 1.3 release) should work for such a high rev of Firefox.

    Since they're say which IE version they support and not Chrome or Firefox, we can assume all the versions are working.

    See the FAQs

    0 讨论(0)
提交回复
热议问题