Which versions of firefox does angularjs support?
angularjs, browser, firefox
Solution
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
Problem
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?