Created
June 12, 2013 02:37
-
-
Save veeracs/5762457 to your computer and use it in GitHub Desktop.
This file contains 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" id="ng-app" xmlns:ng="http://angularjs.org" ng-controller="AppCtrl"> | |
<head> | |
<meta charset="utf-8"/> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/> | |
<title>HTML5 placeholder polyfill using AngularJS directive</title> | |
<meta name="description" content=""> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> | |
<link rel="stylesheet" href="css/main.css"> | |
<script src="app/libs/modernizr.custom.09442.js"></script> | |
<!--[if lt IE 9]> | |
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> | |
<script src="components/json2/json2.js"></script> | |
<![endif]--> | |
</head> | |
<body> | |
<div class="container-fluid" data-ng-view></div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment