Leonardo Zizzamia

Results 105 comments of Leonardo Zizzamia

Can you please show me your JS and HTML implementation please.

From the code you share the `$scope.getResource` is not in your `ServiceProCtrl`. As you said, the `$scope.getResource` just is not present in the `$scope` of your Modal.

Can you show me some code to better understand your case please.

Good to know, I will improve the docs http://zizzamia.com/ng-tasty/directive/table/custom-sorting by adding the `` tag inside the `text/ng-template`.

Make always sure to keep the flow simple and easy to understand. Can you show me a simple version of how you set the `HTML` of yours controller, please.

Hi @firecentaur, there is not an official way or some test about caching data during pagination. Do you want investigate more about how we could improve the performance by caching?...

Morning, so you can make a PR and the file is https://github.com/Zizzamia/ng-tasty/blob/master/docs/template/table/simple.html The correct version is `row['sf-Location']` Grazie

Hi, the fix you did it's wrong. Should be `row['sf-Location']` as you can see on this line https://github.com/prateekbhatt/ng-tasty/commit/e12cd10da2a953af99cbc08480b7b8abc4fb63ed#diff-303c0216adfd308d6f62b1f75f5f03c9R15

@prateekbhatt some updates?

Not really sure there is an official way to do it, let me make a documentation page about it. Thanks for the idea.