vsavkin / angulardart-sample-app

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

App assumes it owns all the keys in local storage #6

Closed sethladd closed 10 years ago

sethladd commented 10 years ago

The app failed to load because it tries to parse all keys and values.

See CallStorage

This is not a safe assumption because so many examples run in the same origin: localhost:3030 :)

sethladd commented 10 years ago

Now fixed in https://github.com/vsavkin/angulardart-sample-app/pull/7