aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide
diff options
context:
space:
mode:
authorrodyhaddad2013-11-21 18:54:39 -0500
committerPete Bacon Darwin2013-11-27 22:35:09 +0000
commit7ab73190b79da069be2fa02f8c1bb29e40c9bae9 (patch)
tree3542c7c6528ad49da09d936860d29e661f612ad2 /docs/content/guide
parent450b3a546044a6fe31400c1411fcd24dbd4ed0b3 (diff)
downloadangular.js-7ab73190b79da069be2fa02f8c1bb29e40c9bae9.tar.bz2
docs(migration): add a note about "private" properties being reverted
Closes #5086
Diffstat (limited to 'docs/content/guide')
-rw-r--r--docs/content/guide/migration.ngdoc4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/content/guide/migration.ngdoc b/docs/content/guide/migration.ngdoc
index 9d230556..92e61f67 100644
--- a/docs/content/guide/migration.ngdoc
+++ b/docs/content/guide/migration.ngdoc
@@ -590,6 +590,10 @@ See [79223eae](https://github.com/angular/angular.js/commit/79223eae502283889334
## Underscore-prefixed/suffixed properties are non-bindable
+<div class="alert alert-info">
+<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>
+</div>
+
This change introduces the notion of "private" properties (properties
whose names begin and/or end with an underscore) on the scope chain.
These properties will not be available to Angular expressions (i.e. {{