diff options
| author | alkis | 2012-03-14 11:28:59 +0100 | 
|---|---|---|
| committer | Vojta Jina | 2012-03-14 10:13:03 -0700 | 
| commit | 02091b2c1ec68cfc5b4b88295575cfdfce71fad5 (patch) | |
| tree | f6339f0da610eb3a1cd7cb0d462074eb2459f702 /CHANGELOG.md | |
| parent | 25cd774abf4e704fc697efda61666dcc9e3dd8dd (diff) | |
| download | angular.js-02091b2c1ec68cfc5b4b88295575cfdfce71fad5.tar.bz2 | |
style(changelog): Fix some typos
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/CHANGELOG.md b/CHANGELOG.md index e6b5ad06..a805f857 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -136,7 +136,7 @@ function MyCtrl() {  <pre>  function MyCtrl($scope) { -  $scope.mode = 'some model of any type'; +  $scope.model = 'some model of any type';    $scope.fnUsedFromTemplate = function() {      someApiThatTakesCallback(function() { @@ -267,7 +267,7 @@ behavior and migrate your controllers one at a time: <https://gist.github.com/16    ([commit](https://github.com/angular/angular.js/commit/7da2bdb82a72dffc8c72c1becf6f62aae52d32ce),     [commit](https://github.com/angular/angular.js/commit/39b3297fc34b6b15bb3487f619ad1e93c4480741))  - `$http` should not json-serialize File objects, instead just send them raw -  ([commit](https://github.com/angular/angular.js/commit/5b0d0683584e304db30462f3448d9f090120c444) +  ([commit](https://github.com/angular/angular.js/commit/5b0d0683584e304db30462f3448d9f090120c444))  - `$compile` should ignore content of style and script elements    ([commit](https://github.com/angular/angular.js/commit/4c1c50fd9bfafaa89cdc66dfde818a3f8f4b0c6b),     [commit](https://github.com/angular/angular.js/commit/d656d11489a0dbce0f549b20006052b215c4b500)) | 
