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

Commit 7ad6652

Browse files
docs(guide/migration): add info about change that could break isolated directive usage
Closes #10236
1 parent f2e7f87 commit 7ad6652

File tree

2 files changed

+227
-142
lines changed

2 files changed

+227
-142
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2798,6 +2798,16 @@ jQuery. We don't expect that app code actually depends on this accidental featur
27982798

27992799
## Breaking Changes
28002800

2801+
- **$compile:** due to [2ee29c5d](https://github.com/angular/angular.js/commit/2ee29c5da81ffacdc1cabb438f5d125d5e116cb9),
2802+
2803+
The isolated scope of a component directive no longer leaks into the template
2804+
that contains the instance of the directive. This means that you can no longer
2805+
access the isolated scope from attributes on the element where the isolated
2806+
directive is defined.
2807+
2808+
See https://github.com/angular/angular.js/issues/10236 for an example.
2809+
2810+
28012811
- **$resource:** due to [d3c50c84](https://github.com/angular/angular.js/commit/d3c50c845671f0f8bcc3f7842df9e2fb1d1b1c40),
28022812

28032813
If you expected `$resource` to strip these types of properties before,

0 commit comments

Comments
 (0)