daniel-nagy / fixed-table-header

Fixed table header directive.
MIT License
88 stars 36 forks source link

Script error: c[0] is not defined when using interpolation lower down on the page #22

Open paritosharya408 opened 7 years ago

paritosharya408 commented 7 years ago

I have followed the instructions and it works fine if I don't have any interpolated string on the page lower down after the table where I use the directive. But when I add some interpolated strings, it keeps on throwing the js error. See attached images for more details.

Image 1: Working code + interpolated string without fix-head. Image 2: Interpolation fails due to js error, the moment I use fix-head on my table.

before error with sticky header directive