Skip to content

Commit c611492

Browse files
committed
docs(CHANGELOG): fix position for some entries in 1.4.1
1 parent ad7200e commit c611492

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

CHANGELOG.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,20 @@
1111
- prevent exception when using `watch` as isolated scope binding property in Firefox
1212
([a6339d30](https://github.com/angular/angular.js/commit/a6339d30d1379689da5eec9647a953f64821f8b0),
1313
[#11627](https://github.com/angular/angular.js/issues/11627))
14+
- assign controller return values correctly for multiple directives
15+
([8caf1802](https://github.com/angular/angular.js/commit/8caf1802e0e93389dec626ef35e04a302aa6c39d),
16+
[#12029](https://github.com/angular/angular.js/issues/12029), [#12036](https://github.com/angular/angular.js/issues/12036))
1417
- **$location:** do not get caught in infinite digest in IE9 when redirecting in `$locationChangeSuccess`
1518
([91b60226](https://github.com/angular/angular.js/commit/91b602263b96b6fce1331208462e18eb647f4d60),
1619
[#11439](https://github.com/angular/angular.js/issues/11439), [#11675](https://github.com/angular/angular.js/issues/11675), [#11935](https://github.com/angular/angular.js/issues/11935), [#12083](https://github.com/angular/angular.js/issues/12083))
17-
- **$parse:**
18-
- set null reference properties to `undefined`
20+
- **$parse:** set null reference properties to `undefined`
1921
([71fc3f4f](https://github.com/angular/angular.js/commit/71fc3f4fa0cd12eff335d57efed7c033554749f4),
2022
[#12099](https://github.com/angular/angular.js/issues/12099))
2123
([d19504a1](https://github.com/angular/angular.js/commit/d19504a179355d7801d59a8db0285a1322e04601),
2224
[#11959](https://github.com/angular/angular.js/issues/11959))
2325
- **$sanitize:** do not remove `tabindex` attribute
2426
([799353c7](https://github.com/angular/angular.js/commit/799353c75de28e6fbf52dac6e0721e85b578575a),
2527
[#8371](https://github.com/angular/angular.js/issues/8371), [#5853](https://github.com/angular/angular.js/issues/5853))
26-
- **compile:** assign controller return values correctly for multiple directives
27-
([8caf1802](https://github.com/angular/angular.js/commit/8caf1802e0e93389dec626ef35e04a302aa6c39d),
28-
[#12029](https://github.com/angular/angular.js/issues/12029), [#12036](https://github.com/angular/angular.js/issues/12036))
2928
- **copy:** do not copy the same object twice
3029
([0e622f7b](https://github.com/angular/angular.js/commit/0e622f7b5bc3d5d0ab0fbc1a1bc69404bd7216d5))
3130
- **forms:** parse exponential notation in `numberInputType` directive

0 commit comments

Comments
 (0)