WealthBar / angular-d3

AngularJS directives for declaratively using D3
http://wealthbar.github.io/angular-d3/
MIT License
156 stars 39 forks source link

Refactor most attributes for observation and expressions #25

Closed chrisnicola closed 9 years ago

chrisnicola commented 10 years ago

Most of the directive attributes should be capable of binding using Angular expressions and they should use $observe to check for changes. This would allow functions, filters, etc. to be used with them and for the values to change dynamically.