Leap Motion Gui!

This gui publishes the finger angles for either hand. It also provides a relative x,y,z position for the palm.
Left Hand Angle/Value
X {{leapData.leftHand.posX}}
Y {{leapData.leftHand.posY}}
Z {{leapData.leftHand.posZ}}
Thumb {{leapData.leftHand.thumb}}
Index {{leapData.leftHand.index}}
Middle {{leapData.leftHand.middle}}
Ring {{leapData.leftHand.ring}}
Pinky {{leapData.leftHand.pinky}}
Right Hand Angle/Value
X {{leapData.rightHand.posX}}
Y {{leapData.rightHand.posY}}
Z {{leapData.rightHand.posZ}}
Thumb {{leapData.rightHand.thumb}}
Index {{leapData.rightHand.index}}
Middle {{leapData.rightHand.middle}}
Ring {{leapData.rightHand.ring}}
Pinky {{leapData.rightHand.pinky}}