aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/directive/ngBind.js
diff options
context:
space:
mode:
authorIgor Minar2012-04-30 01:09:55 -0700
committerIgor Minar2012-04-30 01:09:55 -0700
commit006fb4fbeb768e4b50659838f7587bae9847371d (patch)
tree73c896cd40c1940207ec9d3eeb2c8da29c6d7fa8 /src/ng/directive/ngBind.js
parent075c089b5cbe72e95ec96638f8925aeb44824f7c (diff)
downloadangular.js-006fb4fbeb768e4b50659838f7587bae9847371d.tar.bz2
docs(ngSanitize): fix directive links
Diffstat (limited to 'src/ng/directive/ngBind.js')
-rw-r--r--src/ng/directive/ngBind.js2
1 files changed, 1 insertions, 1 deletions
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.