|
| 1 | +<a name="1.2.1"></a> |
| 2 | +# 1.2.1 underscore-empathy (2013-11-14) |
| 3 | + |
| 4 | + |
| 5 | +## Bug Fixes |
| 6 | + |
| 7 | +- **$compile:** |
| 8 | + - accessing controllers of transcluded directives from children |
| 9 | + ([90f87072](https://github.com/angular/angular.js/commit/90f87072e83234ae366cfeb3c281503c31dad738), |
| 10 | + [#4935](https://github.com/angular/angular.js/issues/4935)) |
| 11 | + - correctly handle interpolated style in replace templates |
| 12 | + ([e1254b26](https://github.com/angular/angular.js/commit/e1254b266dfa2d4e3756e4317152dbdbcabe44be), |
| 13 | + [#4882](https://github.com/angular/angular.js/issues/4882)) |
| 14 | +- **$resource:** don't use $parse for @dotted.member |
| 15 | + ([9577702e](https://github.com/angular/angular.js/commit/9577702e8d2519c1a60f5ac4058e63bd7b919815)) |
| 16 | +- **bootstrap:** make IE8 happy |
| 17 | + ([a61b65d0](https://github.com/angular/angular.js/commit/a61b65d01b468502fe53d68818949d3fcc9f20f6)) |
| 18 | +- **loader:** don't rely on internal APIs |
| 19 | + ([8425e9fe](https://github.com/angular/angular.js/commit/8425e9fe383c17f6a5589c778658c5fc0570ae8f), |
| 20 | + [#4437](https://github.com/angular/angular.js/issues/4437), [#4874](https://github.com/angular/angular.js/issues/4874)) |
| 21 | +- **minErr:** remove references to internal APIs |
| 22 | + ([94764ee0](https://github.com/angular/angular.js/commit/94764ee08910726db1db7a1101c3001500306dea)) |
| 23 | +- **ngIf:** don't create multiple elements when changing from a truthy value to another thruthy value |
| 24 | + ([4612705e](https://github.com/angular/angular.js/commit/4612705ec297bc6ba714cb7a98f1be6aff77c4b8), |
| 25 | + [#4852](https://github.com/angular/angular.js/issues/4852)) |
| 26 | +- **urlUtils:** |
| 27 | + - make removal of windows drive from path safer |
| 28 | + ([89f435de](https://github.com/angular/angular.js/commit/89f435de847635e3ec339726e6f83cf3f0ee9091), |
| 29 | + [#4939](https://github.com/angular/angular.js/issues/4939)) |
| 30 | + - return right path for file:// on windows |
| 31 | + ([f925e8ca](https://github.com/angular/angular.js/commit/f925e8caa6c51a7d45ca9ead30601ec2e9d4464c), |
| 32 | + [#4680](https://github.com/angular/angular.js/issues/4680)) |
| 33 | + |
| 34 | + |
| 35 | +## Features |
| 36 | + |
| 37 | +- **$parse:** revert hiding "private" properties |
| 38 | + ([4ab16aaa](https://github.com/angular/angular.js/commit/4ab16aaaf762e9038803da1f967ac8cb6650727d), |
| 39 | + [#4926](https://github.com/angular/angular.js/issues/4926), [#4842](https://github.com/angular/angular.js/issues/4842), [#4865](https://github.com/angular/angular.js/issues/4865), [#4859](https://github.com/angular/angular.js/issues/4859), [#4849](https://github.com/angular/angular.js/issues/4849)) |
| 40 | + |
| 41 | + |
| 42 | + |
1 | 43 | <a name="1.2.0"></a>
|
2 | 44 | # 1.2.0 timely-delivery (2013-11-08)
|
3 | 45 |
|
|
0 commit comments