mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-05 17:01:19 +08:00
docs(ngBind): "angular.module.ng.$sanitize" -> "angular.module.ngSanitize.$sanitize"
This commit is contained in:
committed by
Igor Minar
parent
0bd0ef7813
commit
5cc245dd80
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user