app.js 190 Bytes
angular.module('focaNombreEmpresa', [])
    .component('focaNombreEmpresa', {
        templateUrl: 'src/views/nombre-empresa.html',
        controller: 'focaNombreEmpresaController'
    });