Skip to content

Commit 9c113aa

Browse files
committed
style(guide/css-styling): remove trailing whitespace
Pretty self-explanatory, no mystery here.
1 parent 9a616ea commit 9c113aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/content/guide/css-styling.ngdoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Angular sets these CSS classes. It is up to your application to provide useful s
1313
is defined. (see {@link guide/scope scope} guide for more information about scopes)
1414

1515
* `ng-isolate-scope`
16-
- **Usage:** angular applies this class to any element for which a new
17-
{@link guide/directive#isolating-the-scope-of-a-directive isolate scope} is defined.
16+
- **Usage:** angular applies this class to any element for which a new
17+
{@link guide/directive#isolating-the-scope-of-a-directive isolate scope} is defined.
1818

1919
* `ng-binding`
2020
- **Usage:** angular applies this class to any element that is attached to a data binding, via `ng-bind` or
@@ -28,7 +28,7 @@ Angular sets these CSS classes. It is up to your application to provide useful s
2828
- **Usage:** angular {@link ng.directive:input input} directive applies `ng-pristine` class
2929
to a new input widget element which did not have user interaction. Once the user interacts with
3030
the input widget the class is changed to `ng-dirty`.
31-
31+
3232
* `ng-touched`, `ng-untouched`
3333
- **Usage:** angular {@link ng.directive:ngModel ngModel} directive applies `ng-untouched` class
3434
to a new input widget element which has not been blurred. Once the user blurs the input widget

0 commit comments

Comments
 (0)