docs(*): onContentInit --> afterContentInit

Closes #5263
This commit is contained in:
Wassim Chegham 2015-11-12 22:25:32 +01:00 committed by Wassim Chegham
parent 1d9c44b34f
commit b16fa45d83
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ Called after every check of the component's or directive's content.
@cheatsheetItem
`afterViewInit() { ... }`|`afterViewInit()`
Called after onContentInit when the component's view has been initialized. Applies to components only.
Called after afterContentInit when the component's view has been initialized. Applies to components only.
@cheatsheetItem