Guest User

Untitled

a guest
Feb 20th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. <div class="row"> <-- Button -->
  2. <button class="btn btn-sm btn-primary"
  3. </button>
  4. </div>
  5. <div class="" ag-grid="ag_grid_options" ></div> <!-- Table-- >
  6.  
  7. app.directive('exportData', function(){
  8. return {
  9. restrict: 'A',
  10. template: '<button class="btn btn-sm btn-primary"> GOD IS HERE </button>',
  11. link: function(scope) {
  12.  
  13. }
  14. };
  15. });
  16.  
  17. <div class="" ag-grid="ag_grid_options" export-data></div>
Add Comment
Please, Sign In to add comment