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

Commit 02091b2

Browse files
alkisvojtajina
authored andcommitted
style(changelog): Fix some typos
1 parent 25cd774 commit 02091b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ function MyCtrl() {
136136

137137
<pre>
138138
function MyCtrl($scope) {
139-
$scope.mode = 'some model of any type';
139+
$scope.model = 'some model of any type';
140140

141141
$scope.fnUsedFromTemplate = function() {
142142
someApiThatTakesCallback(function() {
@@ -267,7 +267,7 @@ behavior and migrate your controllers one at a time: <https://gist.github.com/16
267267
([commit](https://github.com/angular/angular.js/commit/7da2bdb82a72dffc8c72c1becf6f62aae52d32ce),
268268
[commit](https://github.com/angular/angular.js/commit/39b3297fc34b6b15bb3487f619ad1e93c4480741))
269269
- `$http` should not json-serialize File objects, instead just send them raw
270-
([commit](https://github.com/angular/angular.js/commit/5b0d0683584e304db30462f3448d9f090120c444)
270+
([commit](https://github.com/angular/angular.js/commit/5b0d0683584e304db30462f3448d9f090120c444))
271271
- `$compile` should ignore content of style and script elements
272272
([commit](https://github.com/angular/angular.js/commit/4c1c50fd9bfafaa89cdc66dfde818a3f8f4b0c6b),
273273
[commit](https://github.com/angular/angular.js/commit/d656d11489a0dbce0f549b20006052b215c4b500))

0 commit comments

Comments
 (0)