darul75 / angular-awesome-slider

:arrows_clockwise: Angular slider control directive
http://darul75.github.io/angular-awesome-slider/
MIT License
143 stars 63 forks source link

slider inside ng-view #152

Open centipod opened 7 years ago

centipod commented 7 years ago

Hi there,

I am using Angular2 with your slider and, credit where due, it is indeed awesome. The one thing I keep getting stuck on, is that it works fine if added to my "index.html" but the moment I add the slider to a routed page, I get an exception "Cannot read property "getBoundingClientRect" of undefined". Is this a known limitation? If not, I am happy to spend some time debugging this ;)

Thanks!