app.js 331 Bytes edit raw blame history 1 2 3 4 5 6 7 8 9 10 11 angular.module('focaCabeceraFacturador', []) .component('focaCabeceraFacturador', { templateUrl: 'src/views/cabecera.html', controller: 'focaCabeceraFacturadorController', bindings: { titulo: '<', numero: '<', fecha: '=', busqueda: '<' } });