Skip to content

Commit 2515aa8

Browse files
committed
Bumping to v0.6.9
1 parent 276f9fa commit 2515aa8

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*!
2-
* angular-color-picker v0.6.8
2+
* angular-color-picker v0.6.9
33
* https://github.com/ruhley/angular-color-picker/
44
*
55
* Copyright 2015 ruhley
66
*
7-
* 2015-10-15 10:30:38
7+
* 2015-10-19 08:20:21
88
*
99
*/
1010
if (typeof module !== "undefined" && typeof exports !== "undefined" && module.exports === exports){
@@ -174,7 +174,7 @@ if (typeof module !== "undefined" && typeof exports !== "undefined" && module.ex
174174

175175
control[0].$setValidity(attrs.name, $scope.isValid);
176176

177-
if (oldValue !== undefined) {
177+
if (oldValue !== undefined && typeof control[0].$setDirty === 'function') {
178178
control[0].$setDirty();
179179
}
180180
} else {

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.

angularjs-color-picker.min.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-color-picker",
33
"description": "Color Picker Directive For AngularJS",
4-
"version": "0.6.8",
4+
"version": "0.6.9",
55
"homepage": "https://github.com/ruhley/angular-color-picker",
66
"repository": {
77
"type": "git",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-color-picker",
33
"description": "Color Picker Directive For AngularJS",
4-
"version": "0.6.8",
4+
"version": "0.6.9",
55
"main": [
66
"angularjs-color-picker.js",
77
"angularjs-color-picker.css"

0 commit comments

Comments
 (0)