Skip to content

Commit 278f696

Browse files
chrisirhcpkozlowski-opensource
authored andcommitted
demo(all): add HTML5 doctype
This prevents browsers from following legacy specifications such as what was discovered on angular-ui#1507. Closes angular-ui#1510
1 parent ab92f5a commit 278f696

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

misc/demo/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<!DOCTYPE html>
12
<html lang="en" ng-app="bootstrapDemoApp" id="top">
23
<head>
34
<meta charset="utf-8">

0 commit comments

Comments
 (0)