
Security News
ECMAScript 2025 Finalized with Iterator Helpers, Set Methods, RegExp.escape, and More
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
@esolidar/angular-spectrum-colorpicker
Advanced tools
Angular directive for a colorpicker, that bases on http://bgrins.github.io/spectrum/
Angularified spectrum color picker
This module bases on the spectrum color picker and can be embedded in any angular project via dependency injection:
var myApp = angular.module('myApp', ['angularSpectrumColorpicker']);
To use it, put the Angular Spectrum color picker directive in your html code and bind it to your project scope:
<spectrum-colorpicker ng-model="someModel"></spectrum-colorpicker>
bower install angular-spectrum-colorpicker
Include dependencies
jquery.js
angular.js
spectrum.css
spectrum.js
angular-spectrum-colorpicker.js
Add angular spectrum color picker module to your angular app
angular.module('yourFancyApp', ['angularSpectrumColorpicker']);
<spectrum-colorpicker ng-model="yourFancyModel"></spectrum-colorpicker>
<spectrum-colorpicker
ng-model="yourFancyModel"
options="{showInput: true, showAlpha: true}">
</spectrum-colorpicker>
All valid options: http://bgrins.github.io/spectrum/#options
<spectrum-colorpicker format="'hex'"></spectrum-colorpicker>
Changes the format of the final value. A list of formats can be found in the spectrum documentation.
<spectrum-colorpicker
on-change="myOnChange(color)"
on-show="myOnShow(color)"
on-hide="myOnHide(color)"
on-move="myOnMove(color)"
on-before-show="myOnBeforeShow(color)"
>
</spectrum-colorpicker>
<spectrum-colorpicker
palette="colors">
</spectrum-colorpicker>
<spectrum-colorpicker
on-change-options="{ update : false }"
on-show-options="{ update : false }"
on-hide-options="{ update : false }"
on-move-options="{ update : false }"
>
</spectrum-colorpicker>
A description of the events can be found in the spectrum documentation.
<input type="color" spectrum-colorpicker ...>
npm install && npm run setup
grunt demo
http://localhost:8000/demo/index.html
grunt
: Execute testsgrunt coverage
: Serve coverage report on port 7000grunt test
: Just testgrunt test:e2e
: Just test end to endgrunt test:unit
: Just test unitgrunt tdd
: Watch source and test files and run testsgrunt tdd:e2e
: Watch and test just end to endgrunt tdd:unit
: Watch and test just unitgrunt build
: Just buildgrunt release
: Test, build, bump patch version, commit, add version tag and pushtest
tasks have a --browsers
option to specify the browsers you want to use
Browsers can also be set by the following environment-variables
PROTRACTOR_BROWSERS=Firefox,Chrome
KARMA_BROWSERS=Firefox,PhantomJS
The MIT License
Copyright (c) 2014 Miguel Vieira http://www.miguelvieira.com.pt
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.
FAQs
Angular directive for a colorpicker, that bases on http://bgrins.github.io/spectrum/
We found that @esolidar/angular-spectrum-colorpicker demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
Security News
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.
Research
North Korean threat actors linked to the Contagious Interview campaign return with 35 new malicious npm packages using a stealthy multi-stage malware loader.