Closed craig2017 closed 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!
Thanks for the PR.. Sorry haven't had the time to update this...
Github is updated but not npm pls push whenever you can.
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
Thanks!