|
132 | 132 | ## Performance Improvements
|
133 | 133 | - **$rootScope:** allow $watchCollection use of expression input watching
|
134 | 134 | ([97b00c](https://github.com/angular/angular.js/commit/97b00ca497676aaff8a803762a9f8c7ff4aa24dd))
|
135 |
| -- **ngStyleDirective:** use $watchCollection |
| 135 | +- **ngStyle:** use $watchCollection |
136 | 136 | ([15bbd3](https://github.com/angular/angular.js/commit/15bbd3e18cd89b91f7206a06c73d40e54a8a48a0),
|
137 | 137 | [#15947](https://github.com/angular/angular.js/issues/15947))
|
138 | 138 | - **$compile:** do not use deepWatch in literal one-way bindings
|
@@ -481,7 +481,7 @@ ng-model-options="{
|
481 | 481 | }
|
482 | 482 | ```
|
483 | 483 |
|
484 |
| -### **input[number]** due to: |
| 484 | +### **input\[number\]** due to: |
485 | 485 | - **[aa3f95](https://github.com/angular/angular.js/commit/aa3f951330ec7b10b43ea884d9b5754e296770ec)**: validate min/max against viewValue
|
486 | 486 |
|
487 | 487 | `input[type=number]` with `ngModel` now validates the input for the `max`/`min` restriction against
|
@@ -569,7 +569,7 @@ If you are using this jQuery / jqLite function on the input elements, you don't
|
569 | 569 | the elements to the document, but instead change the triggered event to "change". This is because
|
570 | 570 | `triggerHandler(event)` only triggers the exact event when it has been added by jQuery / jqLite.
|
571 | 571 |
|
572 |
| -### **ngStyleDirective** due to: |
| 572 | +### **ngStyle** due to: |
573 | 573 | - **[15bbd3](https://github.com/angular/angular.js/commit/15bbd3e18cd89b91f7206a06c73d40e54a8a48a0)**: use $watchCollection
|
574 | 574 |
|
575 | 575 | Previously the use of deep watch by ng-style would trigger styles to be
|
@@ -724,7 +724,7 @@ angular.module('myModule', []).config(function($controllerProvider) {
|
724 | 724 | ```
|
725 | 725 |
|
726 | 726 | ### **$rootScope** due to:
|
727 |
| - - **([c2b8fa](https://github.com/angular/angular.js/commit/c2b8fab0a480204374d561d6b9b3d47347ac5570)): provide correct value of one-time bindings in watchGroup |
| 727 | + - **([c2b8fa](https://github.com/angular/angular.js/commit/c2b8fab0a480204374d561d6b9b3d47347ac5570))**: provide correct value of one-time bindings in watchGroup |
728 | 728 |
|
729 | 729 | Previously when using `$watchGroup` the entries in `newValues` and
|
730 | 730 | `oldValues` represented the *most recent change of each entry*.
|
|
0 commit comments