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

docs(lifecycle-hooks): Dart sync with TS updates #2952

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions public/docs/dart/latest/guide/lifecycle-hooks.jade
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ block other-angular-subsystems

block tick-methods
:marked
The `LoggerService.tick` method, which returns a `Future`, postpones the
update one turn of the of the browser's update cycle ... and that's long enough.
The `LoggerService.tick()` postpones the log update
for one turn of the browser's update cycle ... and that's just long enough.
2 changes: 1 addition & 1 deletion public/docs/ts/_cache/glossary.jade
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ a#aot
Angular has a rich data binding framework with a variety of data binding
operations and supporting declaration syntax.

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