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.
wrap jquery method in angular, bind to $scope variable
CSS