ngval icon indicating copy to clipboard operation
ngval copied to clipboard

Validators not being rendered properly in Razor

Open mikecole opened this issue 10 years ago • 0 comments

I followed the instructions, and placed the following in my razor page:

@Html.NgValFor(u => u.Note)

However, this was rendered on the page:

ngval='{"required":"The Note field is required."}' required

This form appears on a bootstrap modal, if that makes a different.

mikecole avatar Feb 05 '15 18:02 mikecole