google / angular_node_bind.dart

Utilities to allow Angular templates to use Node.bind()
BSD 3-Clause "New" or "Revised" License
25 stars 13 forks source link

Demo not working when compiled to JS #3

Open sethladd opened 10 years ago

sethladd commented 10 years ago

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 into polymer, but not polymer back up to angular world.