Skip to content

Commit 93a5418

Browse files
committed
Bumping to v0.3.5
1 parent 6394a35 commit 93a5418

File tree

7 files changed

+16
-12
lines changed

7 files changed

+16
-12
lines changed

angularjs-color-picker.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

angularjs-color-picker.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*!
2-
* angular-color-picker v0.3.4
2+
* angular-color-picker v0.3.5
33
* https://github.com/ruhley/angular-color-picker/
44
*
55
* Copyright 2015 ruhley
66
*
7-
* 2015-05-20 08:38:49
7+
* 2015-05-21 10:14:29
88
*
99
*/
1010
(function() {
@@ -167,6 +167,10 @@
167167
}
168168

169169
control[0].$setValidity(attrs.name, $scope.isValid);
170+
171+
if (oldValue !== undefined) {
172+
control[0].$setDirty();
173+
}
170174
}
171175
});
172176

angularjs-color-picker.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

angularjs-color-picker.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)