We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 450b3a5 commit 7ab7319Copy full SHA for 7ab7319
docs/content/guide/migration.ngdoc
@@ -590,6 +590,10 @@ See [79223eae](https://github.com/angular/angular.js/commit/79223eae502283889334
590
591
## Underscore-prefixed/suffixed properties are non-bindable
592
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
+
597
This change introduces the notion of "private" properties (properties
598
whose names begin and/or end with an underscore) on the scope chain.
599
These properties will not be available to Angular expressions (i.e. {{
0 commit comments