We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b59c75 commit f952ca9Copy full SHA for f952ca9
src/scripts/controller.js
@@ -1,3 +1,5 @@
1
+import tinycolor from 'tinycolor2';
2
+
3
export default class AngularColorPickerController {
4
constructor(_$scope, _$element, _$document, _$timeout, _ColorPickerOptions) {
5
// set angular injected variables
0 commit comments