From 0f5fc4978b94d041a108be23ebeba9223eb0ddcc Mon Sep 17 00:00:00 2001 From: Daniel Reznick Date: Sat, 5 Dec 2015 18:56:34 +0200 Subject: [PATCH 01/12] Create index.html --- index.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..557db03 --- /dev/null +++ b/index.html @@ -0,0 +1 @@ +Hello World From e4a628d61c6d3f4bbc3c5f7b7ef508eb92026132 Mon Sep 17 00:00:00 2001 From: Daniel Reznick Date: Sat, 5 Dec 2015 18:58:07 +0200 Subject: [PATCH 02/12] Update index.html Showcase page --- index.html | 169 ++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 168 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 557db03..45e1081 100644 --- a/index.html +++ b/index.html @@ -1 +1,168 @@ -Hello World + + + + + Angular Color Picker by Daniel Reznick + + + + + + + + + + + + + +
+
+

Angular Color Picker

+

The color picker for AngularJS - Native / Simple / Cool

+

version 0.1.0

+ +

+ +
+ +
+

Using with an input

+ + +
+
+<input color-picker ng-model="colorValueInput">
+				
+
+ +
+

Replacing a div (or any other container) with an inline color picker

+
+ value : {{colorValueInline}} + +
+
+<div color-picker ng-model="colorValueInline"></div>
+				
+
+ +
+

Replacing any HTML element with a cool tiny trigger (click on the little colored square)

+ + value : {{colorValueTinyTrigger}} + +
+
+<input color-picker tiny-trigger="true" ng-model="colorValueTinyTrigger">
+				
+
+ +
+

Coloring the input with the selected color

+ + +
+
+<input color-picker color-me="true" ng-model="colorValueInputColor">
+				
+
+ +
+
+ + + + From 04774812c9b714176c9447f89710f2e338845ba9 Mon Sep 17 00:00:00 2001 From: Daniel Reznick Date: Sat, 5 Dec 2015 19:00:06 +0200 Subject: [PATCH 03/12] Update index.html --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 45e1081..703faed 100644 --- a/index.html +++ b/index.html @@ -90,7 +90,7 @@