Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ Pure angular pretty checkbox / radio directive. Makes it incredibly simple to ha

Actions speak louder than words: [See THE DEMO here](http://itslenny.github.io/angular-pretty-checkable/).

##Acknowledgements
## Acknowledgements

Uses the un-altered css / images from [PrettyCheckable](http://arthurgouveia.com/prettyCheckable/)

Code based on [angular-ui](http://angular-ui.github.io/bootstrap/) buttons directive.

##Installation
## Installation

Dependencies: Angular

Expand All @@ -24,7 +24,7 @@ Create an angular app and inject pretty-checkable. That's about it.
bower install angular-pretty-checkable
```

##Usage
## Usage

**checkbox**
```html
Expand Down Expand Up @@ -57,7 +57,7 @@ Uses a single model for multiple checkboxes and stores the values in an array.
<pretty-checkbox multiple ng-model="myModel.checks" label="'This is three'" value="'three'"></pretty-checkbox>
```

##Configuration
## Configuration

**States**

Expand All @@ -74,7 +74,7 @@ Uses a single model for multiple checkboxes and stores the values in an array.
|label-left|boolean|Puts the label before (left of) the control|
|multiple|property| If provided this allows multiple checkboxes to share a single model (stores data as an array) |

##Customization
## Customization

The sprites can be customized simply by modifying the sprites files included here. CSS and images are the same as [PrettyCheckable](http://arthurgouveia.com/prettyCheckable/) see more details about customization on his page.

Expand Down