This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Description
I'm using the v0.5.1 datatables. I already included in my index.html
<script src="/app/bower_components/datatables/media/js/jquery.dataTables.min.js"></script>
<script src="/app/bower_components/angular-datatables/dist/angular-datatables.min.js"></script>
<script src="/app/bower_components/angular-datatables/dist/plugins/bootstrap/angular-datatables.bootstrap.min.js"></script>
<script src="/app/bower_components/angular-datatables/dist/plugins/buttons/angular-datatables.buttons.js"></script>
<script src="/app/bower_components/angular-datatables/dist/plugins/buttons/angular-datatables.buttons.min.js"></script>
and added the modules 'datatables', 'datatables.bootstrap', 'datatables.buttons' in my app.
Based from example of this link angular-datatables/#/withButtons I didn't get this file vendor/datatables-buttons/js/dataTables.buttons.js after I updated my bower.