Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 4795979

Browse files
committed
fixup! docs(CHANGELOG.MD): add changes for 1.7.0-rc.0
1 parent c17efe4 commit 4795979

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
## Performance Improvements
133133
- **$rootScope:** allow $watchCollection use of expression input watching
134134
([97b00c](https://github.com/angular/angular.js/commit/97b00ca497676aaff8a803762a9f8c7ff4aa24dd))
135-
- **ngStyleDirective:** use $watchCollection
135+
- **ngStyle:** use $watchCollection
136136
([15bbd3](https://github.com/angular/angular.js/commit/15bbd3e18cd89b91f7206a06c73d40e54a8a48a0),
137137
[#15947](https://github.com/angular/angular.js/issues/15947))
138138
- **$compile:** do not use deepWatch in literal one-way bindings
@@ -481,7 +481,7 @@ ng-model-options="{
481481
}
482482
```
483483

484-
### **input[number]** due to:
484+
### **input\[number\]** due to:
485485
- **[aa3f95](https://github.com/angular/angular.js/commit/aa3f951330ec7b10b43ea884d9b5754e296770ec)**: validate min/max against viewValue
486486

487487
`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
569569
the elements to the document, but instead change the triggered event to "change". This is because
570570
`triggerHandler(event)` only triggers the exact event when it has been added by jQuery / jqLite.
571571

572-
### **ngStyleDirective** due to:
572+
### **ngStyle** due to:
573573
- **[15bbd3](https://github.com/angular/angular.js/commit/15bbd3e18cd89b91f7206a06c73d40e54a8a48a0)**: use $watchCollection
574574

575575
Previously the use of deep watch by ng-style would trigger styles to be
@@ -724,7 +724,7 @@ angular.module('myModule', []).config(function($controllerProvider) {
724724
```
725725

726726
### **$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
728728

729729
Previously when using `$watchGroup` the entries in `newValues` and
730730
`oldValues` represented the *most recent change of each entry*.

0 commit comments

Comments
 (0)