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 />