formly-js / angular-formly

JavaScript powered forms for AngularJS
http://docs.angular-formly.com
MIT License
2.23k stars 406 forks source link

How to change required symbol? #675

Closed Markoo08 closed 8 years ago

Markoo08 commented 8 years ago

Hello, is possible change default required symbol "*" to something else? (for example for "req" string)

BarryThePenguin commented 8 years ago

Depends what template you're using. Either way, you can specify your own template in your formly config. This is detailed in the documentation