File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,6 @@ angular.module('ngMessages', [])
163
163
* @restrict AE
164
164
*
165
165
* @description
166
- * # Overview
167
166
* `ngMessages` is a directive that is designed to show and hide messages based on the state
168
167
* of a key/value object that is listens on. The directive itself compliments error message
169
168
* reporting with the `ngModel` $error object (which stores a key/value state of validation errors).
@@ -177,7 +176,7 @@ angular.module('ngMessages', [])
177
176
* A remote template can also be used to promote message reuseability and messages can also be
178
177
* overridden.
179
178
*
180
- * {@link ngMessages.directive :ngMessages Click here} to learn more about `ngMessages` and `ngMessage`.
179
+ * {@link module :ngMessages Click here} to learn more about `ngMessages` and `ngMessage`.
181
180
*
182
181
* @usage
183
182
* ```html
@@ -322,7 +321,6 @@ angular.module('ngMessages', [])
322
321
* @scope
323
322
*
324
323
* @description
325
- * # Overview
326
324
* `ngMessage` is a directive with the purpose to show and hide a particular message.
327
325
* For `ngMessage` to operate, a parent `ngMessages` directive on a parent DOM element
328
326
* must be situated since it determines which messages are visible based on the state
@@ -345,7 +343,7 @@ angular.module('ngMessages', [])
345
343
* </ng-messages>
346
344
* ```
347
345
*
348
- * {@link ngMessages.directive :ngMessages Click here} to learn more about `ngMessages` and `ngMessage`.
346
+ * {@link module :ngMessages Click here} to learn more about `ngMessages` and `ngMessage`.
349
347
*
350
348
* @param {string } ngMessage a string value corresponding to the message key.
351
349
*/
You can’t perform that action at this time.
0 commit comments