mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-04-17 21:31:02 +00:00
docs(changelog): correct 1.0.4 release notes
This commit is contained in:
parent
f3cca88384
commit
04e080660a
1 changed files with 2 additions and 2 deletions
|
|
@ -73,6 +73,8 @@ _Note: This release also contains all bug fixes available in [1.0.4](#1.0.4)._
|
||||||
- HTTP method should be case-insensitive
|
- HTTP method should be case-insensitive
|
||||||
([8991680d](https://github.com/angular/angular.js/commit/8991680d8ab632dda60cd70c780868c803c74509),
|
([8991680d](https://github.com/angular/angular.js/commit/8991680d8ab632dda60cd70c780868c803c74509),
|
||||||
[#1403](https://github.com/angular/angular.js/issues/1403))
|
[#1403](https://github.com/angular/angular.js/issues/1403))
|
||||||
|
- correct leading slash removal in resource URLs
|
||||||
|
([b2f46251](https://github.com/angular/angular.js/commit/b2f46251aca76c8568ee7d4bab54edbc9d7a186a))
|
||||||
- **$route:**
|
- **$route:**
|
||||||
- support route params not separated with slashes.
|
- support route params not separated with slashes.
|
||||||
([c6392616](https://github.com/angular/angular.js/commit/c6392616ea5245bd0d2f77dded0b948d9e2637c8))
|
([c6392616](https://github.com/angular/angular.js/commit/c6392616ea5245bd0d2f77dded0b948d9e2637c8))
|
||||||
|
|
@ -100,8 +102,6 @@ _Note: This release also contains all bug fixes available in [1.0.4](#1.0.4)._
|
||||||
- **ngRepeat:** correctly apply $last if repeating over object
|
- **ngRepeat:** correctly apply $last if repeating over object
|
||||||
([7e746015](https://github.com/angular/angular.js/commit/7e746015ea7dec3e9eb81bc4678fa9b6a83bc47c),
|
([7e746015](https://github.com/angular/angular.js/commit/7e746015ea7dec3e9eb81bc4678fa9b6a83bc47c),
|
||||||
[#1789](https://github.com/angular/angular.js/issues/1789))
|
[#1789](https://github.com/angular/angular.js/issues/1789))
|
||||||
- **ngResource:** correct leading slash removal.
|
|
||||||
([b2f46251](https://github.com/angular/angular.js/commit/b2f46251aca76c8568ee7d4bab54edbc9d7a186a))
|
|
||||||
- **ngSwitch:** don't leak when destroyed while not attached
|
- **ngSwitch:** don't leak when destroyed while not attached
|
||||||
([a26234f7](https://github.com/angular/angular.js/commit/a26234f7183013e2fcc9b35377e181ad96dc9917),
|
([a26234f7](https://github.com/angular/angular.js/commit/a26234f7183013e2fcc9b35377e181ad96dc9917),
|
||||||
[#1621](https://github.com/angular/angular.js/issues/1621))
|
[#1621](https://github.com/angular/angular.js/issues/1621))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue