フィールドを宣言するとき、ngModelAttrs
そのフィールドに対して次のように指定できます。
{
key: 'confirmName',
name: 'confirmName',
type: 'input',
templateOptions: {
type: 'text',
label: 'Confirm Name',
equalsValidationMessage: 'Does not match name'
},
ngModelAttrs: {
equals: {attribute: 'equals'}
},
expressionProperties: {
'templateOptions.equals': 'model.name'
}
}
、、 などが標準であるのと同じように、equals
標準モデル属性のリストに追加したいと思います。min
max
minlength