diff options
Diffstat (limited to 'src/ngSanitize/directive/ngBindHtml.js')
| -rw-r--r-- | src/ngSanitize/directive/ngBindHtml.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ngSanitize/directive/ngBindHtml.js b/src/ngSanitize/directive/ngBindHtml.js index 10a0e904..d8ec4a41 100644 --- a/src/ngSanitize/directive/ngBindHtml.js +++ b/src/ngSanitize/directive/ngBindHtml.js @@ -7,8 +7,7 @@ * * @description * Creates a binding that will sanitize the result of evaluating the `expression` with the - * {@link angular.module.ngSanitize.$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.ngSanitize.$sanitize $sanitize} docs for examples. * |
