alonho / angular-plotly

MIT License
42 stars 35 forks source link

Use Deep Watches #14

Closed senften closed 8 years ago

senften commented 8 years ago

Using your angular integration, I noticed a change wasn't getting triggered as I added data. The copy in the example could be very expensive for large data sets so I changed the watchers to be deep watches on the individual variables. It doesn't appear that a deep watch is possible in a group or collection.

alonho commented 8 years ago

Thanks!