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

Remove isolate scope as it's not actually dependant on the scope #9

Closed SimeonC closed 9 years ago

SimeonC commented 9 years ago

I noticed that nothing is really being used on the isolated scope and I have another directive doing the sorting, filtering etc on the table element that already has the isolated scope.

Removing it shouldn't impact anything.