angular_node_bind.dart
angular_node_bind.dart copied to clipboard
Utilities to allow Angular templates to use Node.bind()
Need to watch the interpolation expression now instead of the interpolation itself. I might suggest that the `print()` on line 69 be deleted, but I have updated it as well...
Currently the binding works only in Dartium, and because of tree shaking the expression used only within `[[ ]]` in html fails to be preserved in generated js after `pub...
This prevents the two-way data binding from working as expected.
https://github.com/bwu-dart/polymer_ui_elements http://d.pr/i/LiFM
This demo: https://github.com/sethladd/dart-angular-polymer-data-binding works great in Dartium but not after compiled to JavaScript via pub build. I don't see any errors in the console. Specifically, changes go from angular down...