app.js 190 Bytes edit raw blame history 1 2 3 4 5 angular.module('focaNombreEmpresa', []) .component('focaNombreEmpresa', { templateUrl: 'src/views/nombre-empresa.html', controller: 'focaNombreEmpresaController' });