buberdds / angular-bootstrap-colorpicker

Native AngularJS colorpicker directive. No dependency on jQuery or jQuery plugin is required.
MIT License
419 stars 226 forks source link

Bugfix initial input val #73

Closed kasparasg closed 9 years ago

kasparasg commented 9 years ago

If I use colorpickerWithInput attribute, the input value is not populated with initial value. This PR is an attempt to fix it.

Also, I had to upgrade Angular to make your test suite run.

Please review.

botverse commented 9 years ago

:+1:

buberdds commented 9 years ago

wow, awesome work :D thanks!