Open pjlasl opened 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...
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
in the If statement. The original
was not working...