alalonde / angular-scrollable-table

A fixed header table directive for AngularJS
MIT License
68 stars 48 forks source link

on hover of sortable column, tooltip is showing the html template instead of its text. #42

Closed siva3378 closed 8 years ago

siva3378 commented 8 years ago

In order to fix this issue, please change the following at line number 143

el.find(".box").html();

to

el.find(".box").text();
alalonde commented 8 years ago

Why no pull request? Makes my life easier.

alalonde commented 8 years ago

Fixed.