Leonardo Zizzamia

Results 111 comments of Leonardo Zizzamia

Can you please give a try with version `0.6.0`, also can you show me the `html` code to better understand what kind of table you are running. Thanks

In your code you have ``` js pagination: { count: paramsObj.count, page: paramsObj.page, size: response.TotalCount } ``` I think `response.TotalCount` it's `undefined` because you should do `reponse.data`, please double check...

Got it! What about `paramsObj`, you should still get that stuff from the back-end.

Good point @samartioli I will work on it in the next milestone.

Not sure to understand how this should work, can you give me an example! So sorry for this late reply :P

Because you get date after the first `$digest` loop, the table for performance optimization does not let other data come in. If you want make it work, I explain it...

Honestly not a big fun of `ControllerAs` and I never use it before. Sorry!

I feel we need make a test to cover this error, before fixing this error.

Good question @ragsnas, Let's walk on this question step by step, show he some code JS / HTML you already wrote and let's make it better together.

@proudlygeek thoughts about i?