angular-marquee
angular-marquee copied to clipboard
mouseover pause
How to make it pause on mouseOver and resume on mouseOut?
By reading through the code I guess you can control it from your controller. Write event handlers for mouse up/down and toggle $scope.scroll to true/false as required.