From 51b93fcc7230915949c237fe8a033adbbd31b57d Mon Sep 17 00:00:00 2001 From: Pablo Marco del Pont Date: Tue, 6 Nov 2018 15:38:52 -0300 Subject: [PATCH] =?UTF-8?q?-=20Agregu=C3=A9=20teclado=20virtual.=20-=20Agr?= =?UTF-8?q?egu=C3=A9=20watch=20a=20gulp.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gulpfile.js | 4 ++++ src/views/foca-login.html | 2 ++ 2 files changed, 6 insertions(+) diff --git a/gulpfile.js b/gulpfile.js index a2ac68d..0b3a97f 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -80,3 +80,7 @@ gulp.task('webserver', function() { }); gulp.task('default', ['webserver']); + +gulp.task('watch', function() { + return gulp.watch([paths.srcJS, paths.srcViews], ['uglify']); +}); diff --git a/src/views/foca-login.html b/src/views/foca-login.html index 35c71fe..119b822 100644 --- a/src/views/foca-login.html +++ b/src/views/foca-login.html @@ -10,6 +10,7 @@ ng-model = "usuario.idUsuario" foca-focus = "paso == 1" ng-keyup = "$event.keyCode == 13 && irPaso(2)" + teclado-virtual />
@@ -19,6 +20,7 @@ ng-model = "usuario.clave" foca-focus = "paso == 2" ng-keyup = "$event.keyCode == 13 && enviar()" + teclado-virtual />
-- 1.9.1