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
Watching inside a watched collection triggers a stacktrace #1046
Labels
Milestone
Comments
See https://github.com/chirayuk/sample/tree/ng_dart_issue_1046 for clonable repro. We could simply suppress the exception on the |
Assigned to @markovuksanovic |
mvuksano
added a commit
to mvuksano/angular.dart
that referenced
this issue
May 26, 2014
mvuksano
added a commit
to mvuksano/angular.dart
that referenced
this issue
May 26, 2014
chirayuk
pushed a commit
to chirayuk/angular.dart
that referenced
this issue
Jun 16, 2014
@markovuksanovic Thanks for taking a stab at it. Looking at the PR, I think |
mvuksano
added a commit
to mvuksano/angular.dart
that referenced
this issue
Jun 17, 2014
mvuksano
added a commit
to mvuksano/angular.dart
that referenced
this issue
Jun 17, 2014
mvuksano
added a commit
that referenced
this issue
Jun 24, 2014
dsalsbury
pushed a commit
to dsalsbury/angular.dart
that referenced
this issue
Jul 16, 2014
dsalsbury
pushed a commit
to dsalsbury/angular.dart
that referenced
this issue
Jul 16, 2014
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This doesn't cause any application level bugs but you will see stack traces in the DevTools console. This bug is easier explained with an example.
HTML
Start with
scope.context['items'] = ["A"]
and clickRemove Item
once. You'll see a stacktrace in Dartium's DevTools Console for a range error.STACKTRACE
The text was updated successfully, but these errors were encountered: