Open Shajithk opened 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>
ngScrollbar directive is not working inside the ng-repeat directive.