Skip to content

Commit 5cc245d

Browse files
johnlindquistIgorMinar
authored andcommitted
docs(ngBind): "angular.module.ng.$sanitize" -> "angular.module.ngSanitize.$sanitize"
1 parent 0bd0ef7 commit 5cc245d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/directive/ngBind.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ var ngBindTemplateDirective = ['$interpolate', function($interpolate) {
124124
* {@link angular.module.ng.$compileProvider.directive.ngBindHtml ngBindHtml} directive is too
125125
* restrictive and when you absolutely trust the source of the content you are binding to.
126126
*
127-
* See {@link angular.module.ng.$sanitize $sanitize} docs for examples.
127+
* See {@link angular.module.ngSanitize.$sanitize $sanitize} docs for examples.
128128
*
129129
* @element ANY
130130
* @param {expression} ngBindHtmlUnsafe {@link guide/dev_guide.expressions Expression} to evaluate.

0 commit comments

Comments
 (0)