Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 50f5a80

Browse files
chalinkwalrath
authored andcommitted
docs(lifecycle-hooks): Dart sync with TS updates (#2952)
* initial cache sync Also updating glossary since that was missed earlier. * minor updates to Dart and TS jade * final cache sync * feedback from Ward
1 parent 0f64eb8 commit 50f5a80

File tree

4 files changed

+192
-229
lines changed

4 files changed

+192
-229
lines changed

public/docs/dart/latest/guide/lifecycle-hooks.jade

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ block other-angular-subsystems
1414

1515
block tick-methods
1616
:marked
17-
The `LoggerService.tick` method, which returns a `Future`, postpones the
18-
update one turn of the of the browser's update cycle ... and that's long enough.
17+
The `LoggerService.tick()` postpones the log update
18+
for one turn of the browser's update cycle ... and that's just long enough.

public/docs/ts/_cache/glossary.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ a#aot
185185
Angular has a rich data binding framework with a variety of data binding
186186
operations and supporting declaration syntax.
187187

188-
Read about the forms of binding in the [Template Syntax](!{docsLatest}/guide/template-syntax.html#data-binding) page:
188+
Read about the forms of binding in the [Template Syntax](!{docsLatest}/guide/template-syntax.html) page:
189189
* [Interpolation](!{docsLatest}/guide/template-syntax.html#interpolation).
190190
* [Property binding](!{docsLatest}/guide/template-syntax.html#property-binding).
191191
* [Event binding](!{docsLatest}/guide/template-syntax.html#event-binding).

0 commit comments

Comments
 (0)