esvit / ng-table

Simple table with sorting and filtering on AngularJS
http://esvit.github.io/ng-table
BSD 3-Clause "New" or "Revised" License
2.77k stars 851 forks source link

How to pass extra auth_token in the params.url() function? #906

Closed rohitbind closed 8 years ago

rohitbind commented 8 years ago

In my project, I need to pass an extra auth param, is there is anyway to append a new param?

rohitbind commented 8 years ago

Got the solution, here is a way how I can do it. new NgTableParams({ 'test' : 'test' }