Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmcgivery committed Feb 5, 2015
1 parent 2fb2bde commit 2e38417
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Default behavior is to take the first letter of the `auto-list-divider-value` pa

```
<ion-list>
<div auto-list-divider auto-list-divider-value="{{item.user.name.first}}" class="item item-avatar" ng-repeat="item in items">
</div>
<ion-item auto-list-divider auto-list-divider-value="{{item.user.name.first}}" class="item item-avatar" ng-repeat="item in items">
</ion-item>
</ion-list>
```

Expand All @@ -25,8 +25,8 @@ A custom function to calculate the divider based on the passed in value can be s

```
<ion-list>
<div auto-divider auto-divider-value="{{item.user.gender}}" auto-divider-function="dividerFunction" class="item item-avatar" ng-repeat="item in items">
</div>
<ion-item auto-divider auto-divider-value="{{item.user.gender}}" auto-divider-function="dividerFunction" class="item item-avatar" ng-repeat="item in items">
</ion-item>
</ion-list>
```

Expand Down

0 comments on commit 2e38417

Please sign in to comment.