Skip to content

Commit df21842

Browse files
committed
Bumping to v0.3.2
1 parent 3cee42d commit df21842

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.3.1
2+
* angular-color-picker v0.3.2
33
* https://github.com/ruhley/angular-color-picker/
44
*
55
* Copyright 2015 ruhley
66
*
7-
* 2015-05-08 08:59:26
7+
* 2015-05-13 13:36:32
88
*
99
*/
1010
(function() {
@@ -92,7 +92,7 @@
9292
};
9393

9494
$scope.update = function () {
95-
var color = tinycolor({h: $scope.hue, s: $scope.saturation, v: $scope.lightness}),
95+
var color = tinycolor({h: $scope.hue, s: $scope.saturation / 100, v: $scope.lightness / 100}),
9696
colorString;
9797

9898
if ($scope.config.alpha) {

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)