You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there :)
First of all, thanks for that grid, it's awesome !
I'm working with Angular 1.4 and so far, so good. However, there seems to be an issue with the last version of ngAnimate which have, apparently, made important changes. (I cannot use older version of ngAnimate because of compatilbility issues, lucky me to work on high tech projects :D)
I've made a plunker. You can try to remove this line of code in the index file to check how animation is supposed to look like: <div class="grid" ui-grid="{data: ctrl.data}"></div>
But as soon as the table kicks in, animations go on a strike :o I assume it's because of styles injected via javascript but not sure, I don't have the time to dive any deeper :s
Hey there :)
First of all, thanks for that grid, it's awesome !
I'm working with Angular 1.4 and so far, so good. However, there seems to be an issue with the last version of ngAnimate which have, apparently, made important changes. (I cannot use older version of ngAnimate because of compatilbility issues, lucky me to work on high tech projects :D)
I've made a plunker. You can try to remove this line of code in the index file to check how animation is supposed to look like:
<div class="grid" ui-grid="{data: ctrl.data}"></div>
But as soon as the table kicks in, animations go on a strike :o I assume it's because of styles injected via javascript but not sure, I don't have the time to dive any deeper :s
http://plnkr.co/edit/EXeheuc2rA5N8bO6Mb8k?p=preview
Anyway, thanks for the help and that magnificient grid !
The text was updated successfully, but these errors were encountered: