Unified Color picker fixes (#9466)

* colorpicker: fix opening error when color is undefined

* colorpicker: replace spectrum picker by new color picker

* colorpicker: remove old spectrum picker directive

* annotations: use tinycolor for working with region colors
This commit is contained in:
Alexander Zobnin
2017-10-09 14:54:14 +03:00
committed by Torkel Ödegaard
parent 6ce990af57
commit a174ad4c9a
16 changed files with 84 additions and 96 deletions

View File

@@ -123,6 +123,7 @@
"remarkable": "^1.7.1",
"rxjs": "^5.4.3",
"tether": "^1.4.0",
"tether-drop": "https://github.com/torkelo/drop"
"tether-drop": "https://github.com/torkelo/drop",
"tinycolor2": "^1.4.1"
}
}