Skip to content

Commit

Permalink
cleaned code
Browse files Browse the repository at this point in the history
  • Loading branch information
androkumar04 committed Jun 30, 2015
2 parents 2eca466 + 1936941 commit 9d4e994
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -14,6 +14,8 @@ AngularJS directive for simple data avatar like gmail/inbox.
![demo](https://raw.github.com/uttesh/ngletteravatar/master/demo/kannada.png)
![demo](https://raw.github.com/uttesh/ngletteravatar/master/demo/round_shape_digit_special.png)
![demo](https://raw.github.com/uttesh/ngletteravatar/master/demo/round_chinese_kannada.png)
![demo](https://raw.github.com/uttesh/ngletteravatar/master/demo/avatar_border1.png)
![demo](https://raw.github.com/uttesh/ngletteravatar/master/demo/avatar_border2.png)
## Quick start

```
Expand Down Expand Up @@ -60,7 +62,8 @@ name | default | description
`fontSize` | 30px | set the font size for the letter
`shape` | square | set the shape for the avatar. set 'round' for rounded avatars
`fontFamily` | HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica, Arial,Lucida Grande, sans-serif | set the font Family of the avatar.

`avatarborder` | false | set the avatarborder to 'true' for the white border to avatar.
`avatarcustomborder` | no default value | using this attribute set the custom style to avatar borders i.e <code> "border:5px solid black"</code>.

## Contributions

Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,7 +1,7 @@
{
"name": "ng-letter-avatar",
"main": "./ngletteravatar.js",
"version": "2.0.1",
"version": "2.0.2",
"keywords": [
"angular",
"ngletteravatar",
Expand Down

0 comments on commit 9d4e994

Please sign in to comment.