Hi guys,
I only want to share with you a small AngularJS directive to quickly use the Draggable (Knob) plugin.
https://github.com/fabiobiondi/angular-tweenmax-draggable-knob
Usage:
<img tmax-knob src="imgs/knob.png" width="410" height="410" on-drag-end="onDragEnd(rotation)" on-drag="onDrag(rotation)" >
Hope it's useful