An Ionic directive to scroll to the bottom of ion-content automatically.
$ bower install --save ionic-keep-bottom
Load script
<script src="lib/ionic-keep-bottom/ionic-keep-bottom.js"></script>
Add ionic-keep-bottom as dependency to your project
angular
.module('whatever', ['ionic-keep-bottom'])
Add directive :
<ion-content keep-bottom="variableToWatch">
...
</ion-content>