File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ Angular sets these CSS classes. It is up to your application to provide useful s
13
13
is defined. (see {@link guide/scope scope} guide for more information about scopes)
14
14
15
15
* `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.
18
18
19
19
* `ng-binding`
20
20
- **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
28
28
- **Usage:** angular {@link ng.directive:input input} directive applies `ng-pristine` class
29
29
to a new input widget element which did not have user interaction. Once the user interacts with
30
30
the input widget the class is changed to `ng-dirty`.
31
-
31
+
32
32
* `ng-touched`, `ng-untouched`
33
33
- **Usage:** angular {@link ng.directive:ngModel ngModel} directive applies `ng-untouched` class
34
34
to a new input widget element which has not been blurred. Once the user blurs the input widget
You can’t perform that action at this time.
0 commit comments