Günter Zöchbauer
Günter Zöchbauer
As workaround you can try: ``` dart add('todos',convertToJs(new Todo.basic("new todo",false))); ```
The fields should also be annotated with `@reflectable`
You might be able to use `dependency_overrides` to work around until an updated version is available.
Seems similar to http://dartbug.com/21854
The problem seems to be that `var model = new DomRepeatModel.fromEvent(event);` just returns a map, not the `Test` instance from the collection `dom-repeat` iterates over. I don't know if this...
`@expose`, `@export`, `@reflect`, `@polymerJs`
Sorry, I added only here bwu-dart/polymer_elements_demos#8, that I can repro in Chrome (Linux) as well.
I was able to get some more information from Firefox (don't have experience debugging with it) 
I also found > element is not subclass of TemplateElement in the `DartException` class. Is it the same as #682 then?
See also angular/angular#5531 Enabling full shadow DOM fixes some (many/most/all?) related issues. At least it looks good in Chrome. Haven't tried with other browsers.