Jakobovski / angular-validator

Powerful, flexible and simple Angular validation!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

There is no way to have form field with name == 'name'

shimopus opened this issue · comments

It because this validation doesn't work in that case

if (scopeElementModel.$dirty || (scope[element.form.name] && scope[element.form.name].submitted)) {