I want to pass some addition parameter like this when the color changed?
I am using this angularjs color picker.
https://github.com/ruhley/angular-color-picker/
I want to use it like below
<color-picker ng-model="account_type.type_color" options="options" event-api="eventApi(extraParameter)">
<color-picker ng-model="account_type.type_color" options="options" event-api="eventApi">
Can you please help me to solve out this issue?
extraParameter? Can you give a real life example?