これが私のフォームの始まりです...
<div ng-form name="CustomerForm" ng-controller="Customer">
これが私のコントローラーです...
app.controller('Customer', ['$scope', function ($scope) {
alert($scope.CustomerForm);
}]);
$scope.CustomerForm
未定義です。フォームをスコープに追加するべきではありませんか?