We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b146cae commit 5765061Copy full SHA for 5765061
src/ngMessages/messages.js
@@ -109,7 +109,7 @@
109
*
110
* Whenever the `ngMessages` directive contains one or more visible messages then the `.ng-active` CSS
111
* 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
+ * messages present. Therefore, CSS transitions and keyframes as well as JavaScript animations can
113
* hook into the animations whenever these classes are added/removed.
114
115
* Let's say that our HTML code for our messages container looks like so:
0 commit comments