diff options
| author | Igor Minar | 2013-02-20 15:44:09 -0800 |
|---|---|---|
| committer | Igor Minar | 2013-02-20 15:44:19 -0800 |
| commit | 2508b47c1a34dfc834f8fde858574f81af4d287e (patch) | |
| tree | 6dcbb55f353df1665a71e42543d0504764363cd3 | |
| parent | de6d4ca1da2920f41017899149e064b7e849a7a4 (diff) | |
| download | angular.js-2508b47c1a34dfc834f8fde858574f81af4d287e.tar.bz2 | |
docs(changelog): fix release notes
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 87c6bd53..a3e83400 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -72,7 +72,7 @@ _Note: This release also contains all bug fixes available in [1.0.5](#1.0.5)._ ## Bug Fixes - **$compile:** - - sanitize values bound to a[href] + - sanitize values bound to `a[href]` ([9532234b](https://github.com/angular/angular.js/commit/9532234bf1c408af9a6fd2c4743fdb585b920531)) - rename $compileNote to compileNode ([92ca7efa](https://github.com/angular/angular.js/commit/92ca7efaa4bc4f37da3008b234e19343a1fa4207), @@ -81,7 +81,7 @@ _Note: This release also contains all bug fixes available in [1.0.5](#1.0.5)._ ([791804bd](https://github.com/angular/angular.js/commit/791804bdbfa6da7a39283623bd05628a01cd8720)) - allow startingTag method to handle text / comment nodes ([755beb2b](https://github.com/angular/angular.js/commit/755beb2b66ce9f9f9a218f2355bbaf96d94fbc15)) -- **$cookies:** set cookies on Safari&IE when base[href] is undefined +- **$cookies:** set cookies on Safari&IE when `base[href]` is undefined ([70909245](https://github.com/angular/angular.js/commit/7090924515214752b919b0c5630b3ea5e7c77223), [#1190](https://github.com/angular/angular.js/issues/1190)) - **$http:** |
