This repository was archived by the owner on Feb 22, 2018. It is now read-only.
This repository was archived by the owner on Feb 22, 2018. It is now read-only.
Scope throwing error when running Chapter07 from tutorials #803
Closed
Description
I tried running chapter 07 from angular.dart tutorial and I get the following error:
Observer reaction functions should not change model.
These watch changes were detected: ctrl.allRecipes: [Instance of 'Recipe', Instance of 'Recipe', Instance of 'Recipe', Instance of 'Recipe', Instance of 'Recipe', Instance of 'Recipe', Instance of 'Recipe'] <= [Instance of 'Recipe', Instance of 'Recipe', Instance of 'Recipe', Instance of 'Recipe', Instance of 'Recipe', Instance of 'Recipe', Instance of 'Recipe']
These observe changes were detected:
STACKTRACE:
#0 RootScope.flush.<anonymous closure> (package:angular/core/scope.dart:553:11)
#1 RootScope.flush (package:angular/core/scope.dart:559:9)
#2 RootScope.flush (package:angular/core/scope.dart:560:7)
#3 RootScope.flush (package:angular/core/scope.dart:560:7)
#4 apply (package:angular/core/scope.dart:260:23)
#5 _rootRun (dart:async/zone.dart:710)
#6 _rootRun (dart:async/zone.dart:711)
#7 _rootRun (dart:async/zone.dart:711)
#8 _ZoneDelegate.run (dart:async/zone.dart:440)
#9 NgZone._finishTurn (package:angular/core/zone.dart:96:21)
#10 NgZone._onRunBase (package:angular/core/zone.dart:61:43)
#11 _onRunUnary (package:angular/core/zone.dart:70:15)
#12 _ZoneDelegate.runUnary (dart:async/zone.dart:449)
#13 _CustomizedZone.runUnary (dart:async/zone.dart:654)
#14 _BaseZone.runUnaryGuarded (dart:async/zone.dart:569)
#15 _BaseZone.bindUnaryCallback.<anonymous closure> (dart:async/zone.dart:595)
Metadata
Metadata
Assignees
Labels
No labels