-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor #7
base: master
Are you sure you want to change the base?
Refactor #7
Conversation
jdewit
commented
Oct 27, 2014
- Allow inverted selection (false is true)
- Move hard coded styling to css
- move src files to src folder
- use uglify to minify
- add editorconfig file
…y; added grunt config and have it generate templates and minified js in /dest directory; updated README.md to include new info; added index-fa.html to demonstrate FontAwesome; bumped version to 0.4.0
remove templates in favor of configurable uiCheckbox constant
Fixed checkbox behaviour when using invert="true"
Thank you very much for your pull request but I am afraid I cannot get it to run at the current state. There seems to be a problem with your last merge and also it does not look right when opening the index.html, empty checkboxes are way too small. Could you please look into it? Additionally am missing the tpl files linked in the index*.html. |
I just took the .js and .css from this PR and it seems to run fine for me. |
Thank you very much for the hint. I promise I will look into it, as soon I have some spare time. It's very rare right now. |
- use render to update checked state - use ng-click to handle toggle - use font-awesome check/unchecked icon - minify css - remove unecessary styles - simply and clean up project structure - update readme & demo