From 6ec7bf54476a8e731ba91afd13f879650a0039a0 Mon Sep 17 00:00:00 2001 From: Eric Fernandez Date: Thu, 25 Oct 2018 12:42:45 -0300 Subject: [PATCH] =?UTF-8?q?Primera=20versi=C3=B3n=20estable?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 +- src/js/controller.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7338c6e..09a9f61 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,4 @@ /tmp package-lock\.json src/etc/develop\.js -/css \ No newline at end of file +/css diff --git a/src/js/controller.js b/src/js/controller.js index c580e2b..eaa69a9 100644 --- a/src/js/controller.js +++ b/src/js/controller.js @@ -10,8 +10,8 @@ angular.module('focaTeclado') {type: 'erase', colspan: 3, text: 'spr'} ], [ - {type: 'margin', colspan: 2}, - {type: 'button', colspan: 4, text: ' '} + {type: 'margin', colspan: 1}, + {type: 'button', colspan: 6, text: ' '} ] ]; -- 1.9.1