Enhancement : Palette color creator

- Added import button on create palette dialog
- implemented import from images
- missing limitation on color count when importing !!
- should remove button when editing existing palette
This commit is contained in:
jdescottes
2014-09-07 14:31:28 +02:00
parent 8643f4402a
commit e457209c8f
12 changed files with 117 additions and 90 deletions

View File

@@ -37,7 +37,7 @@ describe("Palette Service", function() {
}
};
paletteService = new pskl.service.PaletteService();
paletteService = new pskl.service.palette.PaletteService();
paletteService.localStorageService = localStorageService;
});