app.js 267 Bytes edit raw blame history 1 2 3 4 5 6 7 8 angular.module('focaBotoneraFacturador', []) .component('focaBotoneraFacturador', { templateUrl: 'src/views/botonera-facturador.html', controller: 'focaBotoneraFacturadorController', bindings: { botones: '<' } });