ladda-angular
Version:
Ladda button directive for angularjs
24 lines (23 loc) • 781 B
HTML
<html>
<head>
<meta charset="utf-8">
<title>ladda-angular Test Suite</title>
<!-- Load local jQuery. -->
<script src="../bower_components/angular/angular.min.js"></script>
<!-- Load local QUnit. -->
<link rel="stylesheet" href="../bower_components/qunit/qunit/qunit.css" media="screen">
<script src="../bower_components/qunit/qunit/qunit.js"></script>
<!-- Load local lib and tests. -->
<script src="../src/ladda-angular.js"></script>
<script src="ladda-angular_test.js"></script>
</head>
<body>
<div id="qunit"></div>
<div id="qunit-fixture">
<span>lame test markup</span>
<span>normal test markup</span>
<span>awesome test markup</span>
</div>
</body>
</html>