Skip to content

Instantly share code, notes, and snippets.

@bingomanatee
Created March 29, 2016 22:51
Show Gist options
  • Save bingomanatee/29c0ac314ea91bc238fdf8ea61ada3a8 to your computer and use it in GitHub Desktop.
Save bingomanatee/29c0ac314ea91bc238fdf8ea61ada3a8 to your computer and use it in GitHub Desktop.
<!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