What\'s going on here?
Here is my directive:
app.directive(\'submitRequired\', function (objSvc) { return { require: \'ngModel\',
As described here: Angular NgModelController, you should provide the with the required controller ngModel
with the required controller ngModel
ngModel