angularjs - angular-perfect-scrollbar | update, scroll to bottom, or alternative -
i installed angular-perfect-scrollbar. used jquery perfect-scrollbar plugin since angular thrown out.
question:
- is there way update angular-perfect-scrollbar
$('#container').perfectscrollbar('update');
in jquery ? - how can scroll bottom of container (on content change) angular plugin?
if thats not possible angular plugin there alternatives includes features above ?
as tested, need add <include-padding='true'>
html tag scroll bottom(in fact change scroller length, therefore)
it looks like
<perfect-scrollbar include-padding='true'> <..your stuff..> </perfect-scrollbar>
cheers
Comments
Post a Comment