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

Commit d8d8180

Browse files
author
Kent C. Dodds
committed
Fixing missing semi-colon
1 parent 7c88db9 commit d8d8180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/formly-template.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ angular.module('formly.render')
1919
templateMap[name] = templateUrl;
2020
} else {
2121
angular.forEach(name, function(templateUrl, name) {
22-
setTemplateUrl(name, templateUrl)
22+
setTemplateUrl(name, templateUrl);
2323
});
2424
}
2525
}

0 commit comments

Comments
 (0)