From 006fb4fbeb768e4b50659838f7587bae9847371d Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Mon, 30 Apr 2012 01:09:55 -0700 Subject: docs(ngSanitize): fix directive links --- src/ng/directive/ngBind.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ng/directive') diff --git a/src/ng/directive/ngBind.js b/src/ng/directive/ngBind.js index 91dbff0d..f27bd311 100644 --- a/src/ng/directive/ngBind.js +++ b/src/ng/directive/ngBind.js @@ -121,7 +121,7 @@ var ngBindTemplateDirective = ['$interpolate', function($interpolate) { * @description * Creates a binding that will innerHTML the result of evaluating the `expression` into the current * element. *The innerHTML-ed content will not be sanitized!* You should use this directive only if - * {@link angular.module.ng.$compileProvider.directive.ngBindHtml ngBindHtml} directive is too + * {@link angular.module.ngSanitize.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.ngSanitize.$sanitize $sanitize} docs for examples. -- cgit v1.2.3