diff options
| author | Igor Minar | 2014-03-07 13:51:42 -0800 | 
|---|---|---|
| committer | Igor Minar | 2014-03-11 10:35:34 -0700 | 
| commit | dc39f368c359508078997d56fba4eaa641bcaa83 (patch) | |
| tree | 7e2142da123f28310de6d7eb9397959d95e0f50d | |
| parent | c0f34005737c20893ae7f8dc308693dcd836d26c (diff) | |
| download | angular.js-dc39f368c359508078997d56fba4eaa641bcaa83.tar.bz2 | |
docs(guide/migration): fix broken link
| -rw-r--r-- | docs/content/guide/migration.ngdoc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/content/guide/migration.ngdoc b/docs/content/guide/migration.ngdoc index 25f9bf0f..498b5345 100644 --- a/docs/content/guide/migration.ngdoc +++ b/docs/content/guide/migration.ngdoc @@ -43,7 +43,7 @@ below should still apply, but you may want to consult the    <li>{@link guide/migration#ngscenario ngScenario}</li>    <li>{@link guide/migration#nginclude-and-ngview-replace-its-entire-element-on-update ngInclude and ngView replace its entire element on update}</li>    <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#isolate-scope-only-exposed-to-directives-with-scope-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-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> | 
