This repository was archived by the owner on Feb 22, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 248
Getters throwing exceptions result in swallowed exceptions and garbled DOM output #504
Milestone
Comments
mhevery
added a commit
to mhevery/angular.dart
that referenced
this issue
Feb 5, 2014
When evaluating 'a.foo' we could get NoSuchMethodError due to 'a' not having 'foo' or 'a' has 'foo' and the getter throws NoSuchMethodError. Fix dart-archive#504
mhevery
added a commit
to mhevery/angular.dart
that referenced
this issue
Feb 5, 2014
When evaluating 'a.foo' we could get NoSuchMethodError due to 'a' not having 'foo' or 'a' has 'foo' and the getter throws NoSuchMethodError. Fix dart-archive#504
mhevery
added a commit
to mhevery/angular.dart
that referenced
this issue
Feb 5, 2014
When evaluating 'a.foo' we could get NoSuchMethodError due to 'a' not having 'foo' or 'a' has 'foo' and the getter throws NoSuchMethodError. Fix dart-archive#504
mhevery
added a commit
to mhevery/angular.dart
that referenced
this issue
Feb 5, 2014
When evaluating 'a.foo' we could get NoSuchMethodError due to 'a' not having 'foo' or 'a' has 'foo' and the getter throws NoSuchMethodError. Fix dart-archive#504
mhevery
added a commit
to mhevery/angular.dart
that referenced
this issue
Feb 5, 2014
When evaluating 'a.foo' we could get NoSuchMethodError due to 'a' not having 'foo' or 'a' has 'foo' and the getter throws NoSuchMethodError. Fix dart-archive#504
mhevery
added a commit
to mhevery/angular.dart
that referenced
this issue
Feb 5, 2014
When evaluating 'a.foo' we could get NoSuchMethodError due to 'a' not having 'foo' or 'a' has 'foo' and the getter throws NoSuchMethodError. Fix dart-archive#504
mhevery
added a commit
to mhevery/angular.dart
that referenced
this issue
Feb 5, 2014
When evaluating 'a.foo' we could get NoSuchMethodError due to 'a' not having 'foo' or 'a' has 'foo' and the getter throws NoSuchMethodError. Fix dart-archive#504
mhevery
added a commit
to mhevery/angular.dart
that referenced
this issue
Feb 5, 2014
When evaluating 'a.foo' we could get NoSuchMethodError due to 'a' not having 'foo' or 'a' has 'foo' and the getter throws NoSuchMethodError. Fix dart-archive#504
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Steps to reproduce:
Expected result: stack trace in console, empty div
Actual result:
In DOM:
In console: nothing
The text was updated successfully, but these errors were encountered: