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

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -