Skip to content

Commit 3ff1966

Browse files
marcin-wosineknetman92
authored andcommitted
docs(ngMessage): move up ngMessages link
1 parent 1b37da3 commit 3ff1966

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/ngMessages/messages.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -531,6 +531,9 @@ angular.module('ngMessages', [])
531531
* must be situated since it determines which messages are visible based on the state
532532
* of the provided key/value map that `ngMessages` listens on.
533533
*
534+
* More information about using `ngMessage` can be found in the
535+
* {@link module:ngMessages `ngMessages` module documentation}.
536+
*
534537
* @usage
535538
* ```html
536539
* <!-- using attribute directives -->
@@ -546,8 +549,6 @@ angular.module('ngMessages', [])
546549
* </ng-messages>
547550
* ```
548551
*
549-
* {@link module:ngMessages Click here} to learn more about `ngMessages` and `ngMessage`.
550-
*
551552
* @param {expression} ngMessage|when a string value corresponding to the message key.
552553
*/
553554
.directive('ngMessage', ngMessageDirectiveFactory('AE'))

0 commit comments

Comments
 (0)