diff options
| author | Jayson Harshbarger | 2013-11-15 15:16:31 +0900 |
|---|---|---|
| committer | Pete Bacon Darwin | 2013-11-20 11:00:01 +0000 |
| commit | aa0b11d79407b67e8d485d20b6abd82c0a0e9614 (patch) | |
| tree | 0827958d1be5f9ff0328fddd8603b9ff0f2bebfc /docs/content/guide | |
| parent | b9fa5c5a6781f4e1ec337f27d55c69db491a6555 (diff) | |
| download | angular.js-aa0b11d79407b67e8d485d20b6abd82c0a0e9614.tar.bz2 | |
docs(guide/migration): fix typo
Closes #4965
Diffstat (limited to 'docs/content/guide')
| -rw-r--r-- | docs/content/guide/migration.ngdoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/guide/migration.ngdoc b/docs/content/guide/migration.ngdoc index b1c13d3d..9bae59c2 100644 --- a/docs/content/guide/migration.ngdoc +++ b/docs/content/guide/migration.ngdoc @@ -45,7 +45,7 @@ below should still apply, but you may want to consult the <li>{@link guide/migration#urls-are-now-sanitized-against-a-whitelist URLs are now sanitized against a whitelist}</li> <li>{@link guide/migration#isolate-scope-only-exposed-to-directives-with-property Isolate scope only exposed to directives with <code>scope</code> property}</li> <li>{@link guide/migration#change-to-interpolation-priority Change to interpolation priority}</li> - <li>{@link guide/migration#underscore-prefixed/suffixed-prorperties-are-non-bindable Underscore-prefixed/suffixed prorperties are non-bindable}</li> + <li>{@link guide/migration#underscore-prefixed/suffixed-properties-are-non-bindable Underscore-prefixed/suffixed properties are non-bindable}</li> <li>{@link guide/migration#you-cannot-bind-to-select[multiple] You cannot bind to select[multiple]}</li> <li>{@link guide/migration#uncommon-region-specific-local-files-were-removed-from-i18n Uncommon region-specific local files were removed from i18n}</li> </ul> @@ -588,7 +588,7 @@ See [79223eae](https://github.com/angular/angular.js/commit/79223eae502283889334 [#4528](https://github.com/angular/angular.js/issues/4528), and [#4649](https://github.com/angular/angular.js/issues/4649) -## Underscore-prefixed/suffixed prorperties are non-bindable +## Underscore-prefixed/suffixed properties are non-bindable This change introduces the notion of "private" properties (properties whose names begin and/or end with an underscore) on the scope chain. |
