umutgithub

Results 2 issues of umutgithub

Any idea why below error is shown? Thanks angular.js:12444 TypeError: Cannot read property '0' of undefined at https://localhost:8443/vertex/open/veit/ang/bower_components/angular-fixed-table-header/src/fixed-table-header.min.js:1:806 at Array.forEach (native) at Object.l [as fn](https://localhost:8443/vertex/open/veit/ang/bower_components/angular-fixed-table-header/src/fixed-table-header.min.js:1:698) at n.$digest (https://localhost:8443/vertex/open/veit/ang/bower_components/angular/angular.min.js:130:149) at n.$apply...

Hi, //my controller angular.module('myapp').controller('controller', etc etc) { $(function () { $("#my-table").stickyTableHeaders(); }); //other codes } //this is the view ![screen shot 2016-09-28 at 10 43 52 am](https://cloud.githubusercontent.com/assets/11237530/18918356/864ce4ae-8568-11e6-8f27-38c76dcb66e4.png) in jquery.stickytableheader.js I...