Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 95f8a8b

Browse files
style(ngBind): remove trailing whitespace
1 parent dc5bba8 commit 95f8a8b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/ng/directive/ngBind.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,10 @@ var ngBindTemplateDirective = ['$interpolate', '$compile', function($interpolate
141141
* @name ngBindHtml
142142
*
143143
* @description
144-
* Evaluates the expression and inserts the resulting HTML into the element in a secure way. By default,
145-
* the resulting HTML content will be sanitized using the {@link ngSanitize.$sanitize $sanitize} service.
146-
* To utilize this functionality, ensure that `$sanitize` is available, for example, by including {@link
147-
* ngSanitize} in your module's dependencies (not in core Angular). In order to use {@link ngSanitize}
144+
* Evaluates the expression and inserts the resulting HTML into the element in a secure way. By default,
145+
* the resulting HTML content will be sanitized using the {@link ngSanitize.$sanitize $sanitize} service.
146+
* To utilize this functionality, ensure that `$sanitize` is available, for example, by including {@link
147+
* ngSanitize} in your module's dependencies (not in core Angular). In order to use {@link ngSanitize}
148148
* in your module's dependencies, you need to include "angular-sanitize.js" in your application.
149149
*
150150
* You may also bypass sanitization for values you know are safe. To do so, bind to

0 commit comments

Comments
 (0)