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

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -