ttbarnes / angular-ticker

Simple angular ticker
http://ttbarnes.github.io/angular-ticker
9 stars 4 forks source link

Stop ticker from scrolling when hovered #1

Closed mygreymatter closed 8 years ago

mygreymatter commented 8 years ago

Hi, I implemented a feature such that the ticker stops scrolling when a user hovers at it. I guess I made it simple and effective.

Please revert back if anything is not right.

ttbarnes commented 8 years ago

Thanks! Looks good, but could you please update the tests?

mygreymatter commented 8 years ago

I do not have knowledge to write tests in Javascript.

ttbarnes commented 8 years ago

OK, if you could change the PR to merge into the dev branch instead of master, we can merge and i'll add some tests.

ttbarnes commented 8 years ago

I've added some tests here if you wanted to see @mygreymatter c9be7ab and 47069a9