I am programmatically updating some of the fields on my form with a value and I would like to set the field state to $dirty. Doing something like:
$dirty
This is what worked for me
$scope.form_name.field_name.$setDirty()