From 94f2420520b17515f56f1183d3595332bcde62f1 Mon Sep 17 00:00:00 2001 From: Yasin Okumus Date: Thu, 13 Apr 2017 12:07:59 +0300 Subject: [PATCH] better markup & view --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 823b38c..cf79d5f 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 @@ -57,7 +57,7 @@ Uses a single model for multiple checkboxes and stores the values in an array. ``` -##Configuration +## Configuration **States** @@ -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.