Created
August 13, 2013 14:04
-
-
Save 0xjjpa/6221440 to your computer and use it in GitHub Desktop.
For Internet Explorer 7/8/9 >
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en" class="ng-app:myapp" id="ng-app" ng-app="myapp" xmlns:ng="http://angularjs.org"> | |
<head> | |
<!--[if lt IE 9]> | |
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> | |
<![endif]--> | |
<!--[if lte IE 8]> | |
<script> | |
document.createElement('ng-include'); | |
document.createElement('ng-pluralize'); | |
document.createElement('ng-view'); | |
document.createElement('ng:include'); | |
document.createElement('ng:pluralize'); | |
document.createElement('ng:view'); | |
</script> | |
<![endif]--> | |
<!--[if lt IE 8]> | |
<script src="js/json2.js"></script> | |
<![endif]--> | |
</head> | |
<body> | |
<div ng-view></div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment