Skip to content

Instantly share code, notes, and snippets.

@lbdremy
Last active December 22, 2015 19:39
Show Gist options
  • Save lbdremy/6521438 to your computer and use it in GitHub Desktop.
Save lbdremy/6521438 to your computer and use it in GitHub Desktop.
Jquery only test
<html xmlns:ng="http://angularjs.org" id="ng-app" class="ng-app:demoapp" ng-app="demoapp" ng-controller="DemoController">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment