Skip to content
Permalink
Browse files

docs(guide/migration): add info about change that could break isolate…

…d directive usage

Closes #10236
  • Loading branch information
petebacondarwin committed Dec 5, 2014
1 parent f2e7f87 commit 7ad66527ba0222fba141460dd57dd06719251bf6
Showing with 227 additions and 142 deletions.
  1. +10 −0 CHANGELOG.md
  2. +217 −142 docs/content/guide/migration.ngdoc
@@ -2798,6 +2798,16 @@ jQuery. We don't expect that app code actually depends on this accidental featur

## Breaking Changes

- **$compile:** due to [2ee29c5d](https://github.com/angular/angular.js/commit/2ee29c5da81ffacdc1cabb438f5d125d5e116cb9),

The isolated scope of a component directive no longer leaks into the template
that contains the instance of the directive. This means that you can no longer
access the isolated scope from attributes on the element where the isolated
directive is defined.

See https://github.com/angular/angular.js/issues/10236 for an example.


- **$resource:** due to [d3c50c84](https://github.com/angular/angular.js/commit/d3c50c845671f0f8bcc3f7842df9e2fb1d1b1c40),

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

0 comments on commit 7ad6652

Please sign in to comment.
You can’t perform that action at this time.