app.js 288 Bytes
angular.module('focaBotoneraFacturador', [])
    .component('focaBotoneraFacturador', {
        templateUrl: 'src/views/botonera-facturador.html',
        controller: 'focaBotoneraFacturadorController',
        bindings: {
            max: '<',
            botones: '<'
        }
    });