vsavkin / angulardart-sample-app

A sample Web application built using AngularDart
Other
102 stars 27 forks source link

Adding second item to call agenda freezes the app #9

Closed sethladd closed 10 years ago

sethladd commented 10 years ago

Add one agenda item Add a second freezes

(when compiled to JS)

sethladd commented 10 years ago

Does not freeze in dartium

vsavkin commented 10 years ago

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

vsavkin commented 10 years ago

PR #19.