Created
October 22, 2014 15:57
-
-
Save asicfr/08d78fd8b077faf79bc9 to your computer and use it in GitHub Desktop.
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> | |
<head> | |
<script src="http://jasmine.github.io/2.0/lib/jasmine.js" type="text/javascript"> | |
<script src="http://jasmine.github.io/2.0/lib/jasmine-html.js" type="text/javascript"> | |
<script src="http://jasmine.github.io/2.0/lib/boot.js" type="text/javascript"> | |
<link href="http://jasmine.github.io/2.0/lib/jasmine.css" type="text/css" rel="stylesheet"> | |
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.0/angular.js" type="text/javascript"> | |
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.0/angular-mocks.js" type="text/javascript"> | |
<!-- add your js resources here --> | |
<!-- add your spec js resources here --> | |
</head> | |
<body> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment