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

Commit 08411cf

Browse files
melvin0008matsko
authored andcommitted
docs(ngMessages): fix remote include naming mismatch
ng-messages-include was loading the wrong template.
1 parent 6832303 commit 08411cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngMessages/messages.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ var jqLite = angular.element;
119119
* <div ng-message="email">Your email address is invalid</div>
120120
*
121121
* <!-- and here are the generic error messages -->
122-
* <div ng-messages-include="error-messages"></div>
122+
* <div ng-messages-include="my-custom-messages"></div>
123123
* </div>
124124
* </form>
125125
* ```

0 commit comments

Comments
 (0)