yuyang041060120 / ng2-validation

angular2 validation
https://yuyang041060120.github.io/ng2-validation/index.html
MIT License
611 stars 213 forks source link

URL validation should make the protocol optional #114

Open IsaacHoffmann opened 6 years ago

IsaacHoffmann commented 6 years ago

The current url validation will read www.test.com as invalid, but will read http://www.test.com as valid. This should be changed so that the protocol portion (e.g. http://) is optional. Or barring that a new website validator should be added with that being optional.