Skip to content

Commit 5765061

Browse files
ajoslinlgalfaso
authored andcommitted
docs(ngMessages): fix typo on messages
The css class `.ng-inactive` applies when there is no message present
1 parent b146cae commit 5765061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngMessages/messages.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
*
110110
* Whenever the `ngMessages` directive contains one or more visible messages then the `.ng-active` CSS
111111
* class will be added to the element. The `.ng-inactive` CSS class will be applied when there are no
112-
* animations present. Therefore, CSS transitions and keyframes as well as JavaScript animations can
112+
* messages present. Therefore, CSS transitions and keyframes as well as JavaScript animations can
113113
* hook into the animations whenever these classes are added/removed.
114114
*
115115
* Let's say that our HTML code for our messages container looks like so:

0 commit comments

Comments
 (0)