Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit 1254284

Browse files
committed
fix(index.html): do not use chrome frame
Closes #133
1 parent af48730 commit 1254284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
66
<head>
77
<meta charset="utf-8">
8-
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
8+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
99
<meta name="Description"
1010
content="AngularJS is what HTML would have been, had it been designed for building web-apps.
1111
Declarative templates with data-binding, MVW, MVVM, MVC, dependency injection and great

0 commit comments

Comments
 (0)