parent
a4c5ab5608
commit
8a8ff4b194
@ -58,7 +58,7 @@ figure.image-display
|
|||||||
.l-sub-section
|
.l-sub-section
|
||||||
:marked
|
:marked
|
||||||
More precisely, the re-display occurs after some kind of asynchronous event related to
|
More precisely, the re-display occurs after some kind of asynchronous event related to
|
||||||
the view such as a keystroke, a timer completion, or an asynch `XHR` response.
|
the view such as a keystroke, a timer completion, or an async `XHR` response.
|
||||||
We don't have those in this sample.
|
We don't have those in this sample.
|
||||||
But then the properties aren't changing on their own either. For the moment we must operate on faith.
|
But then the properties aren't changing on their own either. For the moment we must operate on faith.
|
||||||
:marked
|
:marked
|
||||||
|
@ -585,7 +585,7 @@
|
|||||||
calls to remote servers.
|
calls to remote servers.
|
||||||
|
|
||||||
Zones intercept all of these activities and give a "zone client" the opportunity
|
Zones intercept all of these activities and give a "zone client" the opportunity
|
||||||
to take action before and after the asynch activity completes.
|
to take action before and after the async activity completes.
|
||||||
|
|
||||||
Angular runs our application in a zone where it can respond to
|
Angular runs our application in a zone where it can respond to
|
||||||
asynchronous events by checking for data changes and updating
|
asynchronous events by checking for data changes and updating
|
||||||
|
Loading…
x
Reference in New Issue
Block a user