I may be missing the obvious here, but is it possible to bind data into an angular.dart controller? Being an annotation, it can take an attribute map, but since there's no HTML involved in (directly) creating the controller, how does one bind those attributes?
More to the point, lets say I use two controllers on one page. One is reusable (A), the other isn't (B) - hence the separation. If A needs to work with data from B, how do I go achieving that?