AngularJS 1.5 支持 Opera mini 吗?

Does AngularJS 1.5 support Opera mini?

我正在使用 AngularJS (v 1.5) 开发一个移动网站,它无法在 Opera mini 中加载。所以我开始搜索并找到了一篇关于 Opera mini 如何成为基于代理的服务器的文章,它最多条带化 JavaScript 数据。 但是除了那篇文章,我还没有看到它明确表示不支持Opera mini,所以我有点困惑。

我知道 Angular 2 应该以移动优先架构的观点发布,但是 Angular 1.x 支持 opera mini 吗?

提前致谢。

AngularJS 似乎不再支持 Opera mini。检查这个:

https://mobiforge.com/news-comment/angularjs-to-opera-mini-youre-just-not-worth-it

已编辑: 引用自 AngularJS FAQ(最新稳定版 v1.5):

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; for example, older Android (2.3.x) is supported in the sense that we avoid the dot notation for reserved words as property names, but we don't actively test changes against it. You can also expect browsers to work that share a large part of their codebase with a browser we test, such as Opera > version 12 (uses the Blink engine), or the various Firefox derivatives.