asafdav / ng-scrollbar

A custom scrollbar written in pure AngularJS
MIT License
187 stars 70 forks source link

Scrollbar is not appearing inside ng-repeat #63

Open Shajithk opened 6 years ago

Shajithk commented 6 years ago

ngScrollbar directive is not working inside the ng-repeat directive.

<div class="item in items">
   <div class="scrollme"  ng-scrollbar rebuild-on-resize rebuild-on="rebuild:me">  
    <p>scroll area content here....</p>
<p>scroll area content here....</p>
<p>scroll area content here....</p>
</div>
</div>