angular-pretty-checkable icon indicating copy to clipboard operation
angular-pretty-checkable copied to clipboard

Pure angular pretty checkbox / radio directive for angular.

Results 8 angular-pretty-checkable issues
Sort by recently updated
recently updated
newest added

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...