Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 38f92c3

Browse files
marcin-wosinekNarretz
authored andcommitted
docs(ngMessage): move up ngMessages link
1 parent 7dbf1ef commit 38f92c3

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
@@ -326,6 +326,9 @@ angular.module('ngMessages', [])
326326
* must be situated since it determines which messages are visible based on the state
327327
* of the provided key/value map that `ngMessages` listens on.
328328
*
329+
* More information about using `ngMessage` can be found in the
330+
* {@link module:ngMessages `ngMessages` module documentation}.
331+
*
329332
* @usage
330333
* ```html
331334
* <!-- using attribute directives -->
@@ -343,8 +346,6 @@ angular.module('ngMessages', [])
343346
* </ng-messages>
344347
* ```
345348
*
346-
* {@link module:ngMessages Click here} to learn more about `ngMessages` and `ngMessage`.
347-
*
348349
* @param {string} ngMessage a string value corresponding to the message key.
349350
*/
350351
.directive('ngMessage', ['$animate', function($animate) {

0 commit comments

Comments
 (0)