You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
<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-modulengRoute has been moved into its own module}</li>
27
+
<li>{@link guide/migration#templates-no-longer-automatically-unwrap-promisesTemplates no longer automatically unwrap promises}</li>
28
+
<li>{@link guide/migration#syntax-for-named-wildcard-parameters-changed-inSyntax for named wildcard parameters changed in <code>$route</code>}</li>
29
+
<li>{@link guide/migration#you-can-only-bind-one-expression-toYou 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-disallowedInterpolations inside DOM event handlers are now disallowed}</li>
31
+
<li>{@link guide/migration#directives-cannot-end-with--start-or--endDirectives cannot end with -start or -end}</li>
32
+
<li>{@link guide/migration#in-$q,-promisealways-has-been-renamed-promisefinallyIn $q, promise.always has been renamed promise.finally}</li>
33
+
<li>{@link guide/migration#ngmobile-is-now-ngtouchngMobile is now ngTouch}</li>
34
+
<li>{@link guide/migration#resource$then-has-been-removedresource.$then has been removed}</li>
35
+
<li>{@link guide/migration#resource-methods-return-the-promiseResource methods return the promise}</li>
36
+
<li>{@link guide/migration#resource-promises-are-resolved-with-the-resource-instanceResource promises are resolved with the resource instance}</li>
<li>{@link guide/migration#nghtmlbindunsafe-has-been-removed-and-replaced-by-nghtmlbindngHtmlBindUnsafe has been removed and replaced by ngHtmlBind}</li>
39
+
<li>{@link guide/migration#form-names-that-are-expressions-are-evaluatedForm names that are expressions are evaluated}</li>
40
+
<li>{@link guide/migration#hasownproperty-disallowed-as-an-input-namehasOwnProperty disallowed as an input name}</li>
41
+
<li>{@link guide/migration#directives-order-of-postlink-functions-reversedDirectives: Order of postLink functions reversed}</li>
<li>{@link guide/migration#nginclude-and-ngview-replace-its-entire-element-on-updatengInclude and ngView replace its entire element on update}</li>
45
+
<li>{@link guide/migration#urls-are-now-sanitized-against-a-whitelistURLs are now sanitized against a whitelist}</li>
46
+
<li>{@link guide/migration#isolate-scope-only-exposed-to-directives-with-propertyIsolate scope only exposed to directives with <code>scope</code> property}</li>
47
+
<li>{@link guide/migration#change-to-interpolation-priorityChange to interpolation priority}</li>
48
+
<li>{@link guide/migration#underscore-prefixed/suffixed-prorperties-are-non-bindableUnderscore-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-i18nUncommon region-specific local files were removed from i18n}</li>
0 commit comments