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

Commit

Permalink
style(changelog): Fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
alkis authored and vojtajina committed Mar 14, 2012
1 parent 25cd774 commit 02091b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down Expand Up @@ -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))
Expand Down

0 comments on commit 02091b2

Please sign in to comment.