Is there a way to get the raw DOM element from an angular.element

Found it:

ang_element = angular.element(element);
raw_element = ang_element[0];