vsavkin / angulardart-sample-app

A sample Web application built using AngularDart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adding second item to call agenda freezes the app

sethladd opened this issue · comments

Add one agenda item
Add a second
freezes

(when compiled to JS)

Does not freeze in dartium

The issue is caused by shadow_dom. I'll try a newer version of the polyfill to see if it makes a difference.