Angular MVP (minimum viable product)
jquery wrapper with data binding

Using a custom directive to wrap some jQuery.
In this case its the .scrollLeft() method.

Bind it to a variable in $scope.
Use $interval to change the value of that variable so we can see jquery react to it.