Skip to content

avoronkin/angular-spectrum-colorpicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular Spectrum Colorpicker

Build Status

Angularified spectrum colorpicker

This module bases on the spectrum colorpicker and can be embedded in any angular project via dependency injection:

var myApp = angular.module('myApp', ['angularSpectrumColorpicker']);

To us it, put the Angular Spectrum Colorpicker directive in your html code and bind it to your project scope:

<spectrum-colorpicker ng-model="someModel"></spectrum-colorpicker>

Dependencies

Usage

  1. Include dependencies

     jquery.min.js
     angular.min.js
     spectrum.css
     spectrum.js
     angular-spectrum-colorpicker.min.js
    
  2. Add angular spectrum colorpicker module to your angular app

angular.module('yourFancyApp', ['angularSpectrumColorpicker']);
  1. Use the directive whereever you want
<spectrum-colorpicker ng-model="yourFancyModel"></spectrum-colorpicker>
  1. Customize colorpicker with spectrum params via the options attribute:
<spectrum-colorpicker ng-model="yourFancyModel" options="{showInput: true, showAlpha: true}"></spectrum-colorpicker>

All valid options: http://bgrins.github.io/spectrum/#options

Initialize the source project

npm install

Run demo

grunt demo

http://localhost:8000/demo/index.html

Grunt Tasks

  • grunt: Execute tests and build dist
  • grunt demo: Start a local webserver serving the demo html on port 8000
  • grunt test: All test
  • grunt watch:start: Watch source and test files and run karma on change
  • grunt build: Just build
  • grunt test:e2e: Just test end to end tests
  • grunt release: Test, build, bump patch version, commit, add version tag and push

LICENSE

The MIT License

Copyright (c) 2014 Jimdo GmbH http://jimdo.com

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Color picker for AngularJS based on spectrum

Resources

License

Stars

Watchers

Forks

Packages

No packages published