Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 489 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 489 Bytes

ionic-keep-bottom

An Ionic directive to scroll to the bottom of ion-content automatically.

via Bower

$ bower install --save ionic-keep-bottom

Usage

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>