cornflourblue / angu-fixed-header-table

AngularJS fixed header scrollable table directive
http://pointblankdevelopment.com.au/blog/angularjs-fixed-header-scrollable-table-directive
MIT License
67 stars 43 forks source link

scope watch change to make it work #22

Open pjlasl opened 9 years ago

pjlasl commented 9 years ago

First of all, thanks for a great directive!

I just wanted to let you know that I had to alter the $scope.$watch function to include

 || isTableDataLoaded !== null

in the If statement. The original

if (isTableDataLoaded)

was not working...