Federico

Results 5 comments of Federico

I was very sure this line made the necessary to compile the input: $compile(newElement)($scope) The input rendered is: < input type="text" name="text" ng-model="stdFormData['text']" ng-required="true" placeholder="text" own-validator="something" required="required" > Te console...

What do you mean? the ng-model is dynamically generated... so when I write the first time, the ng-model has not yet setting the key? and this is why the directive...