Commit fa68786aaa681123fbb56b3e08b23e4f12d5c1a0
1 parent
7bd376d635
Exists in
master
texto boton eliminar
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
package.json
... | ... | @@ -8,7 +8,7 @@ |
8 | 8 | "compile": "gulp uglify", |
9 | 9 | "gulp-pre-commit": "gulp pre-commit", |
10 | 10 | "postinstall": "npm run compile && gulp clean-post-install", |
11 | - "install-dev": "npm install -D angular bootstrap font-awesome gulp gulp-angular-templatecache gulp-clean gulp-concat gulp-connect gulp-htmlmin gulp-jshint gulp-rename gulp-replace gulp-uglify-es jasmine-core jquery jshint pre-commit pump && npm install angular-sanitize git+https://github.com/ericf97/angular-on-screen-keyboard.git" | |
11 | + "install-dev": "npm install -D angular bootstrap font-awesome gulp gulp-angular-templatecache gulp-clean gulp-concat gulp-connect gulp-htmlmin gulp-jshint gulp-rename gulp-replace gulp-uglify-es gulp-sass jasmine-core jquery jshint pre-commit pump && npm install angular-sanitize git+https://github.com/ericf97/angular-on-screen-keyboard.git" | |
12 | 12 | }, |
13 | 13 | "pre-commit": [ |
14 | 14 | "gulp-pre-commit" |
src/js/controller.js
... | ... | @@ -7,7 +7,7 @@ angular.module('focaTeclado') |
7 | 7 | ['q', 'w', 'e', 'r', 't', 'y', 'u', 'i', 'o', 'p'], |
8 | 8 | ['a', 's', 'd', 'f', 'g', 'h', 'j', 'k', 'l', 'ñ'], |
9 | 9 | ['z', 'x', 'c', 'v', 'b', 'n', 'm', |
10 | - {type: 'erase', colspan: 3, text: 'spr'} | |
10 | + {type: 'erase', colspan: 3, text: 'Del'} | |
11 | 11 | ], |
12 | 12 | [ |
13 | 13 | {type: 'margin', colspan: 1}, |