We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe3a559 commit a4915adCopy full SHA for a4915ad
modules/angular2/src/core/zone/ng_zone.dart
@@ -85,8 +85,8 @@ class NgZone {
85
}
86
87
/**
88
- * Sets the zone hook that is called immediately after the last turn in the
89
- * current event completes. At this point Angular will no longer attempt to
+ * Sets the zone hook that is called immediately after the last turn in
+ * an event completes. At this point Angular will no longer attempt to
90
* sync the UI. Any changes to the data model will not be reflected in the
91
* DOM. {@link onEventDoneFn} is executed outside Angular zone.
92
*
0 commit comments