Open stianlp opened 9 years ago
If I want to change the speed for a few seconds is that possible? Somthing like scope.speed = 100; //really fast $timeout(function() { scope.speed = 1400; //back to normal },4000);
Doesn't look oike angular-slick picks up the changes?
I'm having the same issues, for the record - can't seem to work it out.
If I want to change the speed for a few seconds is that possible? Somthing like scope.speed = 100; //really fast $timeout(function() { scope.speed = 1400; //back to normal },4000);
Doesn't look oike angular-slick picks up the changes?