Skip to content

Commit

Permalink
demo(all): add HTML5 doctype
Browse files Browse the repository at this point in the history
This prevents browsers from following legacy specifications such as what
was discovered on angular-ui#1507.

Closes angular-ui#1510
  • Loading branch information
chrisirhc authored and pkozlowski-opensource committed Jan 2, 2014
1 parent ab92f5a commit 278f696
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions misc/demo/index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!DOCTYPE html>
<html lang="en" ng-app="bootstrapDemoApp" id="top">
<head>
<meta charset="utf-8">
Expand Down

0 comments on commit 278f696

Please sign in to comment.