Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What browsers does AngularJS work with?

This can be a most common question. But no any clue about browser versions. More over, Angular site itself says as following.

What browsers does Angular work with?

We run our extensive test suite against the following browsers: the latest versions of Chrome, Firefox, Safari, and Safari for iOS, as well as Internet Explorer versions 9-11. See Internet Explorer Compatibility for more details on supporting legacy IE browsers.

If a browser is untested, it doesn't mean it won't work. You can also expect browsers to work that share a large part of their codebase with a browser we test, such as Opera 15 or newer (uses the Blink engine), or the various Firefox derivatives.

— AngularJS FAQ - What browsers does AngularJS work with?

However, there is no any note which versions are supported. I googled, but couldn't find. Any one let me know what browsers and their versions do support which version of angular ?

like image 746
Débora Avatar asked Jan 19 '15 04:01

Débora


2 Answers

Browser support of AngularJS:

Internet Explorer: 9+

Versions 1.2 and later of AngularJS do not support Internet Explorer versions 6 or 7.
Versions 1.3 and later of AngularJS dropped support for Internet Explorer 8.

Opera 15+

Firefox, Safari, and Google Chrome

As mentioned in a StackOverflow Question here: Which versions of firefox does angularjs support?, since they say which IE version they support and not Chrome, Safari, or Firefox, it's safe to assume all the versions are working.

like image 65
Henry Zhu Avatar answered Oct 12 '22 15:10

Henry Zhu


Version Support Status

Any version branch not shown in the following table (e.g. 1.6.x) is no longer being developed.

Version   Status              Comments
1.2.x     Long Term Support   Last version to provide IE 8 support
1.7.x     Long Term Support   See Long Term Support section below.

Long Term Support

At this time we will focus exclusively on providing fixes to bugs that satisfy at least one of the following criteria:

  • A security flaw is detected in the 1.7.x branch of the framework
  • One of the major browsers releases a version that will cause current production applications using AngularJS 1.7.x to stop working
  • The jQuery library releases a version that will cause current production applications using AngularJS 1.7.x to stop working.

— AngularJS Documentation - Version Support Status

like image 33
georgeawg Avatar answered Oct 12 '22 17:10

georgeawg