Skip to content

Commit 7ab7319

Browse files
rodyhaddadpetebacondarwin
authored andcommitted
docs(migration): add a note about "private" properties being reverted
Closes angular#5086
1 parent 450b3a5 commit 7ab7319

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/content/guide/migration.ngdoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -590,6 +590,10 @@ See [79223eae](https://github.com/angular/angular.js/commit/79223eae502283889334
590590

591591
## Underscore-prefixed/suffixed properties are non-bindable
592592

593+
<div class="alert alert-info">
594+
<p>**Reverted**: This breaking change has been reverted in 1.2.1, and so can be ignored if you're using **version 1.2.1 or higher**</p>
595+
</div>
596+
593597
This change introduces the notion of "private" properties (properties
594598
whose names begin and/or end with an underscore) on the scope chain.
595599
These properties will not be available to Angular expressions (i.e. {{

0 commit comments

Comments
 (0)