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
<li>{@link guide/migration#nghtmlbindunsafe-has-been-removed-and-replaced-by-nghtmlbind ngHtmlBindUnsafe has been removed and replaced by ngHtmlBind}</li>
38
+
<li>{@link guide/migration#ngbindhtmlunsafe-has-been-removed-and-replaced-by-ngbindhtml ngBindHtmlUnsafe has been removed and replaced by ngBindHtml}</li>
39
39
<li>{@link guide/migration#form-names-that-are-expressions-are-evaluated Form names that are expressions are evaluated}</li>
40
40
<li>{@link guide/migration#hasownproperty-disallowed-as-an-input-name hasOwnProperty disallowed as an input name}</li>
41
41
<li>{@link guide/migration#directives-order-of-postlink-functions-reversed Directives: Order of postLink functions reversed}</li>
@@ -376,11 +376,11 @@ passing it to `$location`.
376
376
See [80739409](https://github.com/angular/angular.js/commit/807394095b991357225a03d5fed81fea5c9a1abe).
377
377
378
378
379
-
## ngHtmlBindUnsafe has been removed and replaced by ngHtmlBind
379
+
## ngBindHtmlUnsafe has been removed and replaced by ngBindHtml
380
380
381
-
`ngHtmlBind` which has been moved from `ngSanitize` module to the core `ng` module.
381
+
`ngBindHtml` which has been moved from `ngSanitize` module to the core `ng` module.
382
382
383
-
`ngBindHtml` provides `ngHtmlBindUnsafe` like
383
+
`ngBindHtml` provides `ngBindHtmlUnsafe` like
384
384
behavior (evaluate an expression and innerHTML the result into the DOM) when bound to the result
385
385
of `$sce.trustAsHtml(string)`. When bound to a plain string, the string is sanitized via
386
386
`$sanitize` before being innerHTML'd. If the `$sanitize` service isn't available (`ngSanitize`
0 commit comments