angular.module('focaBotoneraFacturador', []) .component('focaBotoneraFacturador', { templateUrl: 'src/views/botonera-facturador.html', controller: 'focaBotoneraFacturadorController', bindings: { max: '<', botones: '<' } }) .component('focaBotoneraFormaPago', { templateUrl: 'src/views/botonera-forma-pago.html', controller: 'focaBotoneraTarjetasController', bindings: { botones: '<', max: '<' } }) .component('focaBotoneraTarjetas', { templateUrl: 'src/views/botonera-tarjetas.html', controller: 'focaBotoneraTarjetasController', bindings: { botones: '<', max: '<' } }) .component('focaBotoneraProductos', { templateUrl: 'src/views/botonera-productos.html', controller: 'focaBotoneraTarjetasController', bindings: { botones: '<', max: '<' } });