UNPKG

tg-form

Version:

Extension for ngForm with powerful validation mechanism

14 lines (11 loc) 308 B
tgFormValidator.$inject = []; function tgFormValidator() { return { restrict: 'EA', require: '^tgForm', scope: true, template: '<input type="hidden" ng-model="__validator" name="form-validator-{{$id}}">', replace: true }; } module.exports = tgFormValidator;