diff options
| author | Igor Minar | 2013-02-20 15:44:09 -0800 |
|---|---|---|
| committer | Igor Minar | 2013-02-20 15:44:09 -0800 |
| commit | 64db8d166edd2daad5449a0efd084e1a91cefbf9 (patch) | |
| tree | 124299b8f10a4fca5aed500328447802a10fe74f | |
| parent | d2a769e19627c9b69d990d309b5fb474beb16d0a (diff) | |
| download | angular.js-64db8d166edd2daad5449a0efd084e1a91cefbf9.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:** |
