Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit a909ed1

Browse files
committed
docs(CHANGELOG.md): fix function name ($ngOnInit --> $onInit)
1 parent 1c6edd4 commit a909ed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ changes section for more information
5151
- allow directive definition property `require` to be an object
5252
([cd21216f](https://github.com/angular/angular.js/commit/cd21216ff7eb6d81fc9aa1d1ef994c3d8e046394),
5353
[#8401](https://github.com/angular/angular.js/issues/8401), [#13763](https://github.com/angular/angular.js/issues/13763))
54-
- call `$ngOnInit` on directive controllers after all sibling controllers have been constructed
54+
- call `$onInit` on directive controllers after all sibling controllers have been constructed
5555
([3ffdf380](https://github.com/angular/angular.js/commit/3ffdf380c522cbf15a4ce5a8b08d21d40d5f8859),
5656
[#13763](https://github.com/angular/angular.js/issues/13763))
5757
- **$locale:** include original locale ID in `$locale`

0 commit comments

Comments
 (0)