[Forms] Add color picker

Add color picker, for use in toolbars. WTD-684.
This commit is contained in:
Victor Woeltjen 2015-01-15 15:35:11 -08:00
parent a9ebd1b869
commit c49e641bca
2 changed files with 7 additions and 0 deletions

View File

@ -38,6 +38,10 @@
"key": "button",
"templateUrl": "templates/controls/button.html"
},
{
"key": "color",
"templateUrl": "templates/controls/color.html"
},
{
"key": "composite",
"templateUrl": "templates/controls/composite.html"

View File

@ -0,0 +1,3 @@
<input type="color"
name="mctControl"
ng-model="ngModel[field]">