app.js 198 Bytes
angular.module('focaBotoneraLateral', [])
    .component('focaBotoneraLateral', {
        templateUrl: 'src/views/botonera-lateral.html',
        controller: 'focaBotoneraLateralController'
    });