fix(api_docs): slightly more accurate description of Dart overrideOnEventDone

This commit is contained in:
Yegor 2015-07-16 14:03:27 -07:00
parent fe3a55966d
commit a4915ad634

View File

@ -85,8 +85,8 @@ class NgZone {
} }
/** /**
* Sets the zone hook that is called immediately after the last turn in the * Sets the zone hook that is called immediately after the last turn in
* current event completes. At this point Angular will no longer attempt to * an event completes. At this point Angular will no longer attempt to
* sync the UI. Any changes to the data model will not be reflected in the * sync the UI. Any changes to the data model will not be reflected in the
* DOM. {@link onEventDoneFn} is executed outside Angular zone. * DOM. {@link onEventDoneFn} is executed outside Angular zone.
* *