Kann ich im Controller auf ein Formular zugreifen?

Ich verwende derzeit Folgendes. $scope.$$childHead.customerForm[firstName], damit: <form name="customerForm"> <input type="text" name="firstName" ng-model="data.customer.firstName" tabindex="1" ng-disabled="!data.editable" validationcustomer /> </form> Dies...