Skip to content

An Ionic directive to scroll to the bottom of the content automatically on change.

License

Notifications You must be signed in to change notification settings

petervavro/ionic-keep-bottom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

An Ionic directive to scroll to the bottom of the content automatically on change.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published