ng-tasty
ng-tasty copied to clipboard
how can I pass a variable to the resource-callback
How could I pass a variable to bind-resource-callback="getPerms" I need to do this because I have tasty tables in an ng-repeat.. please let me know
hi there, i found a way around this.. However, I am still having troubles getting ngTasty tables to work inside of directives
A tasty table inside an ng-repeat
, mmmm let me think....
ng-repeat
is going to create a new $scope
, so it's important pass the right $scope
to ng-tasty
...
can you show me please a gist of your code please.