Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 9a8179d

Browse files
docs(guide/migration): fix up internal links
1 parent 44fe7b6 commit 9a8179d

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

docs/content/guide/migration.ngdoc

+25-25
Original file line numberDiff line numberDiff line change
@@ -23,31 +23,31 @@ below should still apply, but you may want to consult the
2323

2424
<ul class="nav nav-list">
2525
<li class="nav-header">Summary of Breaking Changes</li>
26-
<li><a href ="#ngroute-has-been-moved-into-its-own-module">ngRoute has been moved into its own module</a></li>
27-
<li><a href ="#templates-no-longer-automatically-unwrap-promises">Templates no longer automatically unwrap promises</a></li>
28-
<li><a href ="#syntax-for-named-wildcard-parameters-changed-in">Syntax for named wildcard parameters changed in <code>$route</code></a></li>
29-
<li><a href ="#you-can-only-bind-one-expression-to">You can only bind one expression to <code>*[src]</code> or <code>*[ng-src]</code></a></li>
30-
<li><a href ="#interpolations-inside-dom-event-handlers-are-now-disallowed">Interpolations inside DOM event handlers are now disallowed</a></li>
31-
<li><a href ="#directives-cannot-end-with--start-or--end">Directives cannot end with -start or -end</a></li>
32-
<li><a href ="#in-$q,-promisealways-has-been-renamed-promisefinally">In $q, promise.always has been renamed promise.finally</a></li>
33-
<li><a href ="#ngmobile-is-now-ngtouch">ngMobile is now ngTouch</a></li>
34-
<li><a href ="#resource$then-has-been-removed">resource.$then has been removed</a></li>
35-
<li><a href ="#resource-methods-return-the-promise">Resource methods return the promise</a></li>
36-
<li><a href ="#resource-promises-are-resolved-with-the-resource-instance">Resource promises are resolved with the resource instance</a></li>
37-
<li><a href ="#$locationsearch-supports-multiple-keys">$location.search supports multiple keys</a></li>
38-
<li><a href ="#nghtmlbindunsafe-has-been-removed-and-replaced-by-nghtmlbind">ngHtmlBindUnsafe has been removed and replaced by ngHtmlBind</a></li>
39-
<li><a href ="#form-names-that-are-expressions-are-evaluated">Form names that are expressions are evaluated</a></li>
40-
<li><a href ="#hasownproperty-disallowed-as-an-input-name">hasOwnProperty disallowed as an input name</a></li>
41-
<li><a href ="#directives-order-of-postlink-functions-reversed">Directives: Order of postLink functions reversed</a></li>
42-
<li><a href ="#directive-priority">Directive priority</a></li>
43-
<li><a href ="#ngscenario">ngScenario</a></li>
44-
<li><a href ="#nginclude-and-ngview-replace-its-entire-element-on-update">ngInclude and ngView replace its entire element on update</a></li>
45-
<li><a href ="#urls-are-now-sanitized-against-a-whitelist">URLs are now sanitized against a whitelist</a></li>
46-
<li><a href ="#isolate-scope-only-exposed-to-directives-with-property">Isolate scope only exposed to directives with <code>scope</code> property</a></li>
47-
<li><a href ="#change-to-interpolation-priority">Change to interpolation priority</a></li>
48-
<li><a href ="#underscore-prefixed/suffixed-prorperties-are-non-bindable">Underscore-prefixed/suffixed prorperties are non-bindable</a></li>
49-
<li><a href ="#you-cannot-bind-to-select[multiple]">You cannot bind to select[multiple]</a></li>
50-
<li><a href ="#uncommon-region-specific-local-files-were-removed-from-i18n">Uncommon region-specific local files were removed from i18n</a></li>
26+
<li>{@link guide/migration#ngroute-has-been-moved-into-its-own-module ngRoute has been moved into its own module}</li>
27+
<li>{@link guide/migration#templates-no-longer-automatically-unwrap-promises Templates no longer automatically unwrap promises}</li>
28+
<li>{@link guide/migration#syntax-for-named-wildcard-parameters-changed-in Syntax for named wildcard parameters changed in <code>$route</code>}</li>
29+
<li>{@link guide/migration#you-can-only-bind-one-expression-to You can only bind one expression to <code>*[src]</code> or <code>*[ng-src]</code>}</li>
30+
<li>{@link guide/migration#interpolations-inside-dom-event-handlers-are-now-disallowed Interpolations inside DOM event handlers are now disallowed}</li>
31+
<li>{@link guide/migration#directives-cannot-end-with--start-or--end Directives cannot end with -start or -end}</li>
32+
<li>{@link guide/migration#in-$q,-promisealways-has-been-renamed-promisefinally In $q, promise.always has been renamed promise.finally}</li>
33+
<li>{@link guide/migration#ngmobile-is-now-ngtouch ngMobile is now ngTouch}</li>
34+
<li>{@link guide/migration#resource$then-has-been-removed resource.$then has been removed}</li>
35+
<li>{@link guide/migration#resource-methods-return-the-promise Resource methods return the promise}</li>
36+
<li>{@link guide/migration#resource-promises-are-resolved-with-the-resource-instance Resource promises are resolved with the resource instance}</li>
37+
<li>{@link #guide/migration$locationsearch-supports-multiple-keys $location.search supports multiple keys}</li>
38+
<li>{@link guide/migration#nghtmlbindunsafe-has-been-removed-and-replaced-by-nghtmlbind ngHtmlBindUnsafe has been removed and replaced by ngHtmlBind}</li>
39+
<li>{@link guide/migration#form-names-that-are-expressions-are-evaluated Form names that are expressions are evaluated}</li>
40+
<li>{@link guide/migration#hasownproperty-disallowed-as-an-input-name hasOwnProperty disallowed as an input name}</li>
41+
<li>{@link guide/migration#directives-order-of-postlink-functions-reversed Directives: Order of postLink functions reversed}</li>
42+
<li>{@link guide/migration#directive-priority Directive priority}</li>
43+
<li>{@link guide/migration#ngscenario ngScenario}</li>
44+
<li>{@link guide/migration#nginclude-and-ngview-replace-its-entire-element-on-update ngInclude and ngView replace its entire element on update}</li>
45+
<li>{@link guide/migration#urls-are-now-sanitized-against-a-whitelist URLs are now sanitized against a whitelist}</li>
46+
<li>{@link guide/migration#isolate-scope-only-exposed-to-directives-with-property Isolate scope only exposed to directives with <code>scope</code> property}</li>
47+
<li>{@link guide/migration#change-to-interpolation-priority Change to interpolation priority}</li>
48+
<li>{@link guide/migration#underscore-prefixed/suffixed-prorperties-are-non-bindable Underscore-prefixed/suffixed prorperties are non-bindable}</li>
49+
<li>{@link guide/migration#you-cannot-bind-to-select[multiple] You cannot bind to select[multiple]}</li>
50+
<li>{@link guide/migration#uncommon-region-specific-local-files-were-removed-from-i18n Uncommon region-specific local files were removed from i18n}</li>
5151
</ul>
5252

5353

0 commit comments

Comments
 (0)