|
8 | 8 | [#4516](https://github.com/angular/angular.js/issues/4516),
|
9 | 9 | [#14667](https://github.com/angular/angular.js/issues/14667),
|
10 | 10 | [#14685](https://github.com/angular/angular.js/issues/14685))
|
| 11 | +- **input\[number\]:** validate min/max against viewValue |
| 12 | + ([aa3f95](https://github.com/angular/angular.js/commit/aa3f951330ec7b10b43ea884d9b5754e296770ec), |
| 13 | + [#12761](https://github.com/angular/angular.js/issues/12761), |
| 14 | + [#16325](https://github.com/angular/angular.js/issues/16325)) |
11 | 15 | - **jqLite:** make removeData() not remove event handlers
|
12 | 16 | ([b7d396](https://github.com/angular/angular.js/commit/b7d396b8b6e8f27a1f4556d58fc903321e8d532a),
|
13 | 17 | [#15869](https://github.com/angular/angular.js/issues/15869),
|
|
75 | 79 | [#14292](https://github.com/angular/angular.js/issues/14292),
|
76 | 80 | [#10076](https://github.com/angular/angular.js/issues/10076),
|
77 | 81 | [#16347](https://github.com/angular/angular.js/issues/16347))
|
78 |
| -- **input[number]:** validate min/max against viewValue |
79 |
| - ([aa3f95](https://github.com/angular/angular.js/commit/aa3f951330ec7b10b43ea884d9b5754e296770ec), |
80 |
| - [#12761](https://github.com/angular/angular.js/issues/12761), |
81 |
| - [#16325](https://github.com/angular/angular.js/issues/16325)) |
82 | 82 | - **$httpParamSerializerJQLike:**
|
83 | 83 | - call functions as jQuery does
|
84 | 84 | ([a784fa](https://github.com/angular/angular.js/commit/a784fab605d825f1158c6292b3c42f8c4a502fdf),
|
|
104 | 104 |
|
105 | 105 |
|
106 | 106 | ## New Features
|
107 |
| -- **isArray:** support Array subclasses in `angular.isArray()` |
| 107 | +- **angular.isArray:** support Array subclasses in `angular.isArray()` |
108 | 108 | ([e3ece2](https://github.com/angular/angular.js/commit/e3ece2fad9e1e6d47b5f06815ff186d7e6f44948),
|
109 | 109 | [#15533](https://github.com/angular/angular.js/issues/15533),
|
110 | 110 | [#15541](https://github.com/angular/angular.js/issues/15541))
|
@@ -337,7 +337,7 @@ runner.cancel();
|
337 | 337 | Pre-1.7.0, this logs 'success', 1.7.0 and later it logs 'cancelled'.
|
338 | 338 | To migrate, add a catch() handler to your animation runners.
|
339 | 339 |
|
340 |
| -### **isArray** due to: |
| 340 | +### **angular.isArray** due to: |
341 | 341 | - **[e3ece2](https://github.com/angular/angular.js/commit/e3ece2fad9e1e6d47b5f06815ff186d7e6f44948)**: support Array subclasses in `angular.isArray()`
|
342 | 342 |
|
343 | 343 | Previously, `angular.isArray()` was an alias for `Array.isArray()`.
|
@@ -412,6 +412,7 @@ For example:
|
412 | 412 | </ng-form>
|
413 | 413 | <input type="submit" />
|
414 | 414 | </form>
|
| 415 | +``` |
415 | 416 |
|
416 | 417 | Submitting this form will set $submitted on "parentform" and "childform".
|
417 | 418 | Previously, it was only set on "parentform".
|
|
0 commit comments