Skip to content

Commit

Permalink
Change isGroupShown to isItemShown
Browse files Browse the repository at this point in the history
  • Loading branch information
loringdodge committed Jan 20, 2016
1 parent 9694b70 commit a6089a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/www/index.html
Expand Up @@ -38,7 +38,7 @@ <h2>{{ item.title }}</h2>
</div>
<div ng-click="toggleItem(item)" class="expand-item">
<i ng-class="isItemShown(item) ? 'ion-ios-minus-outline' : 'ion-ios-plus-outline'"></i>
{{ isGroupShown(item) ? 'Less' : 'More' }}
{{ isItemShown(item) ? 'Less' : 'More' }}
</div>
</ion-item>

Expand Down

0 comments on commit a6089a7

Please sign in to comment.