Ido Bublil

Results 12 comments of Ido Bublil

There is a way to make it work with ng-disabled?

That's the only way, I really try to avoid that

Works fine without shadow, how can I implement it with the shadow?

I didn't find a way to implement the shadow without the bug :\

My problem was that I added a package which forces all requests to be 'https' and EB requests was 'http'. Disabling this restriction in the worker environment solved this issue....

It seems like option 2 is more appropriate for me, because I need to animate item deletion. I feel that event bus is too complex for this issue, and maintain...

You're right, the best solution is to animate the row out without waiting to the callback. Especially in this case when the data is removed from local DB. Again, thanks...