angular-pretty-checkable
angular-pretty-checkable copied to clipboard
Pure angular pretty checkbox / radio directive for angular.
I think it would be nice to have a plunkr example to see working code
Any reason not to publish to NPM ?
the soruce code as : ``` javascript if(attrs.label!=='false'){ //set label text to label if available otherwise default to value var labelText = scope.$eval(attrs.label ? attrs.label : attrs.value); var label =...
If possible, please merge these simple changes, and thanks for the module.
Set angular dependency to a relative value.
Currently bower.json is configured to use angular ~1.2.13. The installation fails with a different version.
Hi, Firstly thanks for this great directive. It does everything I need, except for one thing I think? I need to have 5 checkboxes and need the user to select...