Commit b5ed9a71f9e41aae7bec4712854485603aeda200

Authored by Eric Fernandez
Exists in develop

Merge branch 'master' into 'develop'

Master(mpuebla)

See merge request !21
... ... @@ -4,6 +4,7 @@
4 4 "description": "Componente de botonera en facturadores",
5 5 "main": "index.js",
6 6 "scripts": {
  7 + "frefresh": "gulp uglify && cp tmp/foca-botonera-facturador.js ../wrapper-facturador/node_modules/foca-botonera-facturador/dist/foca-botonera-facturador.min.js",
7 8 "refresh": "gulp uglify && cp tmp/foca-botonera-facturador.js ../wrapper-demo/node_modules/foca-botonera-facturador/dist/foca-botonera-facturador.min.js",
8 9 "test": "echo \"Error: no test specified\" && exit 1",
9 10 "compile": "gulp uglify",
src/views/botonera-forma-pago.html
1 1 <div
2   - class="col-6 col-lg-3 py-2"
  2 + class="col-6 col-sm-3 py-2"
3 3 ng-repeat="boton in botones track by $index"
4 4 ng-class="{'d-md-grid': boton == ''}">
5 5 <button
src/views/botonera-tarjetas.html
1 1 <div
2   - class="col-4 col-lg-2 pb-3"
  2 + class="col-4 col-lg-2 px-1 pb-3"
3 3 ng-repeat="boton in botones track by $index"
4 4 ng-class="{'d-md-grid': boton == ''}">
5 5 <button