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

This commit is contained in:
Yegor 2015-07-16 14:02:39 -07:00
parent f1e8176995
commit fe3a55966d
1 changed files with 2 additions and 2 deletions

View File

@ -86,8 +86,8 @@ export class NgZone {
}
/**
* Sets the zone hook that is called immediately after the last turn in the
* 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
* sync the UI. Any changes to the data model will not be reflected in the
* DOM. {@link onEventDoneFn} is executed outside Angular zone.
*