(function() { "use strict"; angular .module('codeAPLEBOX.client') .controller('mainCustomerCtrl', mainCustomerCtrl); /* @ngInject */ function mainCustomerCtrl($scope, $log, $cookies){ var vm = this; } })();