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

Commit 670a3c9

Browse files
author
Kent C. Dodds
committed
Merge pull request #449 from dannycallaghan/master
Fixed minor issue with error message - change 'Type X has not templat…
2 parents 27d97fe + db14905 commit 670a3c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/directives/formly-field.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ function formlyField($http, $q, $compile, $templateCache, $interpolate, formlyCo
521521
if (angular.isUndefined(template) && !templateUrl) {
522522
throw formlyUsability.getFieldError(
523523
'type-type-has-no-template',
524-
`Type '${options.type}' has not template. On element:`, options
524+
`Type '${options.type}' has no template. On element:`, options
525525
);
526526
}
527527

0 commit comments

Comments
 (0)