What\'s going on here?
Here is my directive:
app.directive(\'submitRequired\', function (objSvc) { return { require: \'ngModel\',
I faced the same error, in my case I miss-spelled ng-model directive something like "ng-moel"
Wrong one: ng-moel="user.name" Right one: ng-model="user.name"