SyntaxFix
Write A Post
Hire A Developer
Questions
One possible solution to this issue is ng-model attribute is required to use that directive.
ng-model
Hence adding in the 'ng-model' attribute can resolve the issue.
<input submit-required="true" ng-model="user.Name"></input>