-
-
Save bingomanatee/29c0ac314ea91bc238fdf8ea61ada3a8 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 data-require="[email protected]" data-semver="1.4.8" src="https://code.angularjs.org/1.4.8/angular.js"></script> | |
<link rel="stylesheet" href="style.css" /> | |
<script src="papa-csv.js"></script> | |
<script src="data.js"></script> | |
<script src="script.js"></script> | |
</head> | |
<body> | |
<div ng-app="myApp"> | |
<div ng-controller="MyCtrl"> | |
<my-download id="content" get-data="getBlob()"></my-download> | |
</div> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment