SyntaxFix
Write A Post
Hire A Developer
Questions
You only need ng-model when you need to access the model's $viewValue or $modelValue. See NgModelController. And in that case, you would use require: '^ngModel'.
require: '^ngModel'
For the rest, see Roys answer.