Victor Carvalho
Victor Carvalho
I'm facing the same issue
thanks, now the call to create is ok, but id still null in the database: ``` { "_id" : ObjectId("53500a69119e279624000001"), "name" : "new test", "id" : null } ```
Same problem with rails 4
Thanks @yotamberk For now, I'm dynamically changing the `vis-right` height based on the `vis-left` height, and using some css to hide the scrollbar at the left side. It's working, but...
> After I did this, there's a gap where the scrollbar was removed. > > Were you able to get rid of the blank gap between the left panel and...
> This is working wonderfully. I had to call updateScrollMargin on each timeline 'changed' event to get it to work, since not all groups were expanded on load. > >...