asafdav / ng-scrollbar

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

*ngFor="let dummy of ' '.repeat(10).split('')" not working inside ng-scrollbar #64

Open Anzil-Aufait opened 5 years ago

Anzil-Aufait commented 5 years ago

I want to repeat a div N number of times inside the ng-scrollbar, but does not work. When i try this outside the ng-scrollbar it works. Please help .