Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
HaithemMosbahi committed Jun 3, 2017
1 parent f0466e1 commit fdd5e35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ $ ng serve
| `textSizeRatio` | *number* | 3 | For text based avatars the size of the text as a fragment of size (size / textSizeRatio) |
| `round` | *boolean* | true | Round the avatar corners |
| `style` | *object* | | Style that will be applied on the root element
| `clickOnAvatar` | *callback* | | Fired when the avatar is clicked. The component emits the source object that has been used to fetch the avatar.|
| `clickOnAvatar` | *callback* | | Fired when the avatar is clicked. The component emits the source object that has been used to fetch the avatar.||

The source object has the following properties:
* sourceType : avatar source ( Facebook, twitter, etc)
* sourceId : identifier of the user
Expand Down

0 comments on commit fdd5e35

Please sign in to comment.