PolymerDart custom element with two-way binding to Angular.dart model PolymerDart custom element with two-way binding to Angular.dart model dart dart

PolymerDart custom element with two-way binding to Angular.dart model


I don't know details about how binding between Angular.dart and Polymer.dart works but I suggest you try

//@published@PublishedProperty(reflect: true)var data = 1;

this way the DOM attribute gets updated too.