docs(ngBind): "angular.module.ng.$sanitize" -> "angular.module.ngSanitize.$sanitize"

This commit is contained in:
johnlindquist 2012-04-17 18:41:44 -06:00 committed by Igor Minar
parent 0bd0ef7813
commit 5cc245dd80

View file

@ -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.