mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
docs(ngBind): "angular.module.ng.$sanitize" -> "angular.module.ngSanitize.$sanitize"
This commit is contained in:
parent
0bd0ef7813
commit
5cc245dd80
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ var ngBindTemplateDirective = ['$interpolate', function($interpolate) {
|
|||
* {@link angular.module.ng.$compileProvider.directive.ngBindHtml ngBindHtml} directive is too
|
||||
* restrictive and when you absolutely trust the source of the content you are binding to.
|
||||
*
|
||||
* See {@link angular.module.ng.$sanitize $sanitize} docs for examples.
|
||||
* See {@link angular.module.ngSanitize.$sanitize $sanitize} docs for examples.
|
||||
*
|
||||
* @element ANY
|
||||
* @param {expression} ngBindHtmlUnsafe {@link guide/dev_guide.expressions Expression} to evaluate.
|
||||
|
|
|
|||
Loading…
Reference in a new issue