Skip to content

Commit

Permalink
fixes comments bug for notification page also
Browse files Browse the repository at this point in the history
  • Loading branch information
markharding committed Jun 25, 2015
1 parent 25c76a4 commit 32477e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/templates/notifications/entity.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
</button>
</div>
</div>
<ion-infinite-scroll on-infinite="getComments()" distance="1%" ng-if="hasMore"></ion-infinite-scroll>
<ion-infinite-scroll on-infinite="getComments()" distance="10%" ng-if="hasMore"></ion-infinite-scroll>

</ion-content>
</ion-view>

0 comments on commit 32477e2

Please sign in to comment.