aboutsummaryrefslogtreecommitdiffstats
path: root/src/ngSanitize/directive/ngBindHtml.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/ngSanitize/directive/ngBindHtml.js
parent075c089b5cbe72e95ec96638f8925aeb44824f7c (diff)
downloadangular.js-006fb4fbeb768e4b50659838f7587bae9847371d.tar.bz2
docs(ngSanitize): fix directive links
Diffstat (limited to 'src/ngSanitize/directive/ngBindHtml.js')
-rw-r--r--src/ngSanitize/directive/ngBindHtml.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ngSanitize/directive/ngBindHtml.js b/src/ngSanitize/directive/ngBindHtml.js
index f8ccef18..10a0e904 100644
--- a/src/ngSanitize/directive/ngBindHtml.js
+++ b/src/ngSanitize/directive/ngBindHtml.js
@@ -1,4 +1,4 @@
-
+'use strict';
/**
@@ -7,10 +7,10 @@
*
* @description
* Creates a binding that will sanitize the result of evaluating the `expression` with the
- * {@link angular.module.ng.$sanitize $sanitize} service and innerHTML the result into the current
- * element.
+ * {@link angular.module.ngSanitize.$sanitize $sanitize} service and innerHTML the result into the
+ * current element.
*
- * See {@link angular.module.ng.$sanitize $sanitize} docs for examples.
+ * See {@link angular.module.ngSanitize.$sanitize $sanitize} docs for examples.
*
* @element ANY
* @param {expression} ngBindHtml {@link guide/dev_guide.expressions Expression} to evaluate.