mewben / ember-cli-icheck

iCheck add-on for ember-cli
2 stars 8 forks source link

push update to npm #2

Closed craig2017 closed 8 years ago

craig2017 commented 8 years ago

Awesome ember plugin.

Can you push the latest version to npm? I'm getting errors on the a.each bug that you already fixed.

https://www.npmjs.com/package/ember-cli-icheck

I was also wondering if you could add this too. This just allows people to override your defaults from

ember-cli-icheck/addon/components/i-check.js

var icheck = this.$().iCheck({
    checkboxClass: this.getWithDefault('checkboxClass', 'icheckbox_square-blue'),
    radioClass: this.getWithDefault('radioClass', 'iradio_square-blue'),
    increaseArea: this.getWithDefault('areaIncrease', '20%')
});

Thanks!

mewben commented 8 years ago

Thanks for the PR.. Sorry haven't had the time to update this...

friscoMad commented 8 years ago

Github is updated but not npm pls push whenever you can.