define(function() { var app = angular.module('customer',[]); app.controller('CustomerFormCtrl',['$scope', 'Api', function($scope, Api){ }]); return app; });