Skip to content

Commit 525e9b9

Browse files
mgolnetman92
authored andcommitted
chore(docs): don't use Chrome Frame
Chrome Frame has stopped development with Chrome 32 release; we shouldn't rely on it in the docs. Closes angular#11742
1 parent 7db3b0f commit 525e9b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/config/templates/indexPage.template.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta name="viewport" content="width=device-width, initial-scale=1.0">
55
<meta charset="utf-8">
6-
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
77
<meta name="Description"
88
content="AngularJS is what HTML would have been, had it been designed for building web-apps.
99
Declarative templates with data-binding, MVC, dependency injection and great

0 commit comments

Comments
 (0)