Günter Zöchbauer

Results 303 comments of 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.

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...

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) ![image](https://cloud.githubusercontent.com/assets/405837/16003408/c039c886-315c-11e6-9eb0-87018fc77c29.png)

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.