From aa0b11d79407b67e8d485d20b6abd82c0a0e9614 Mon Sep 17 00:00:00 2001 From: Jayson Harshbarger Date: Fri, 15 Nov 2013 15:16:31 +0900 Subject: docs(guide/migration): fix typo Closes #4965 --- docs/content/guide/migration.ngdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/content/guide') 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
  • {@link guide/migration#urls-are-now-sanitized-against-a-whitelist URLs are now sanitized against a whitelist}
  • {@link guide/migration#isolate-scope-only-exposed-to-directives-with-property Isolate scope only exposed to directives with scope property}
  • {@link guide/migration#change-to-interpolation-priority Change to interpolation priority}
  • -
  • {@link guide/migration#underscore-prefixed/suffixed-prorperties-are-non-bindable Underscore-prefixed/suffixed prorperties are non-bindable}
  • +
  • {@link guide/migration#underscore-prefixed/suffixed-properties-are-non-bindable Underscore-prefixed/suffixed properties are non-bindable}
  • {@link guide/migration#you-cannot-bind-to-select[multiple] You cannot bind to select[multiple]}
  • {@link guide/migration#uncommon-region-specific-local-files-were-removed-from-i18n Uncommon region-specific local files were removed from i18n}
  • @@ -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. -- cgit v1.2.3