File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -531,6 +531,9 @@ angular.module('ngMessages', [])
531
531
* must be situated since it determines which messages are visible based on the state
532
532
* of the provided key/value map that `ngMessages` listens on.
533
533
*
534
+ * More information about using `ngMessage` can be found in the
535
+ * {@link module:ngMessages `ngMessages` module documentation}.
536
+ *
534
537
* @usage
535
538
* ```html
536
539
* <!-- using attribute directives -->
@@ -546,8 +549,6 @@ angular.module('ngMessages', [])
546
549
* </ng-messages>
547
550
* ```
548
551
*
549
- * {@link module:ngMessages Click here} to learn more about `ngMessages` and `ngMessage`.
550
- *
551
552
* @param {expression } ngMessage|when a string value corresponding to the message key.
552
553
*/
553
554
. directive ( 'ngMessage' , ngMessageDirectiveFactory ( 'AE' ) )
You can’t perform that action at this time.
0 commit comments