Which browsers does angular support?

17,165 views
Skip to first unread message

markh...@google.com

unread,
Jan 12, 2012, 7:06:36 PM1/12/12
to ang...@googlegroups.com
  • Supports all Class A browsers
What does this mean? I swear I've heard it before, but I can't find it documented anywhere. Which versions of IE, for example, do you support?

Misko Hevery

unread,
Jan 12, 2012, 7:18:42 PM1/12/12
to ang...@googlegroups.com
IE8 and higher
chorme, safari, FireFox
iOS, Android

Support for ie6/7 is possible in theory, but in practice we don't run any ouf our regression tests on it, so it probably does not work.

-- misko 

--
You received this message because you are subscribed to the Google Groups "AngularJS" group.
To view this discussion on the web visit https://groups.google.com/d/msg/angular/-/lvJSfV51E2QJ.
To post to this group, send email to ang...@googlegroups.com.
To unsubscribe from this group, send email to angular+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/angular?hl=en.

_pants

unread,
Jan 12, 2012, 7:19:22 PM1/12/12
to ang...@googlegroups.com
FWIW, I clicked through your link, clicked in the search box and typed a space, and followed Google's first suggested search ("class a browser yahoo") and it lead to: http://yuilibrary.com/yui/docs/tutorials/gbs/#a-grade

Sarah D

unread,
Jan 5, 2015, 10:59:49 AM1/5/15
to ang...@googlegroups.com, mi...@hevery.com
Hi,

Is it possible to get the specific versions of Chrome, Safari and Firefox that AngularJS is running automated tests with?

Thanks,
Sarah

Justin Walsh

unread,
Jan 6, 2015, 12:29:40 AM1/6/15
to ang...@googlegroups.com, mi...@hevery.com
Hi Sarah


if [ "$BROWSER_PROVIDER" == "browserstack" ]; then
    BROWSERS
="BS_Chrome,BS_Safari,BS_Firefox,BS_IE_9,BS_IE_10,BS_IE_11"
else
    BROWSERS
="SL_Chrome,SL_Safari,SL_Firefox,SL_IE_9,SL_IE_10,SL_IE_11"
fi


Regards
Justin

Sarah D

unread,
Jan 6, 2015, 8:51:14 AM1/6/15
to ang...@googlegroups.com, mi...@hevery.com
Hi Justin,

Kinda helps thanks! When you are testing with Browserstack do you only test against the latest FF version, for example, as listed here? http://www.browserstack.com/list-of-browsers-and-platforms?product=automate or multiple versions?

Regards,
Sarah

tunguyensc...@gmail.com

unread,
Jan 16, 2015, 7:27:37 PM1/16/15
to ang...@googlegroups.com, mi...@hevery.com
Really? I use IE9 and it doesn't even display some of the examples here. Am I missing anything? I'm a newbie to Angular!
 

Nicholas Smith

unread,
Jan 27, 2015, 2:55:30 PM1/27/15
to ang...@googlegroups.com, mi...@hevery.com
I haven't looked at their code, but I know when supporting IE in angular there's a few extra steps required:


My app uses 1.2, if you're using 1.3 or 1.4 check out the docs specific to those versions.
Reply all
Reply to author
Forward
0 new messages