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

angular translate and data-title problem #915

Closed manuelmazzuola closed 8 years ago

manuelmazzuola commented 8 years ago

When I put a translate filter in the title field title="'order.identifier'|translate" the column has the right translation but in the td title field there is literally 'order.identifier'|translate.

Maybe ngTable should replace the translation statement with the translation filter result.

manuelmazzuola commented 8 years ago

I've partially resolved using data-title attribute