angular.module('focaOrdenCarga') .controller('focaOrdenCargaController', [ '$scope', function ($scope) { //#region VARIABLES //#endregion //#region METODOS init(); function init() { } //#endregion } ]);