Skip to content

update ngModel dirty flag when color is changed #11

@ncourtial

Description

@ncourtial

Hi,
When you change color in color-picker, model dirty flag isn't updated.
Maybe adding the following line in ngModel watch would correct the problem :
if($scope.isValid)
control[0].$setDirty()

Cheers,
Nathan

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions