Autodesk-Forge / bim360appstore-model.derivative-nodejs-xls.exporter

BIM360 data to Excel: Let you export the Revit data, hosted on BIM360, into an Excel file
MIT License
23 stars 23 forks source link

Copy to clipboard button not working #5

Closed augustogoncalves closed 6 years ago

augustogoncalves commented 6 years ago

Probably missing on index.html

<script>
  new Clipboard('.input-group-addon');
</script>

See here.

wallabyway commented 6 years ago

added clipboard.js like other examples