ekokotov / object-table

Angular directive to easy create dynamic tables from source or URL with sorting, filtering and pagination. Smart templates and good perfomance
BSD 3-Clause "New" or "Revised" License
171 stars 52 forks source link

fix Duplicate tbody #18

Closed andrzejpiasecki closed 8 years ago

andrzejpiasecki commented 9 years ago

tbody tag was duplicated when tbody templating was used.

ekokotov commented 9 years ago

Do you have the same issue with duplicate tbody?

andrzejpiasecki commented 9 years ago

Yes, when I specifiied custom fields with , the rows were duplicated. I checked the code with the debugger and preLink function of the objectTable directive was executed twice.

ekokotov commented 9 years ago

Could you please show me your HTML markup? Are you using ui-router ? Thanks.