Commit 94455a14e0e4796d01cafca247c5b419218b8829
1 parent
c230ab04ed
Exists in
master
Limite de caracteres en cheque
Showing
2 changed files
with
4 additions
and
3 deletions
Show diff stats
package.json
| ... | ... | @@ -25,7 +25,7 @@ |
| 25 | 25 | "foca-directivas": "git+http://git.focasoftware.com/npm/foca-directivas.git", |
| 26 | 26 | "font-awesome": "^4.7.0", |
| 27 | 27 | "gulp": "^3.9.1", |
| 28 | - "gulp-angular-templatecache": "^2.2.5", | |
| 28 | + "gulp-angular-templatecache": "^2.2.7", | |
| 29 | 29 | "gulp-clean": "^0.4.0", |
| 30 | 30 | "gulp-concat": "^2.6.1", |
| 31 | 31 | "gulp-connect": "^5.6.1", |
| ... | ... | @@ -34,7 +34,7 @@ |
| 34 | 34 | "gulp-rename": "^1.4.0", |
| 35 | 35 | "gulp-replace": "^1.0.0", |
| 36 | 36 | "gulp-uglify": "^3.0.1", |
| 37 | - "jquery": "^3.3.1", | |
| 37 | + "jquery": "^3.4.1", | |
| 38 | 38 | "jshint": "^2.9.6", |
| 39 | 39 | "pump": "^3.0.0", |
| 40 | 40 | "ui-bootstrap4": "^3.0.5" |
src/views/modal-cheque.html
| ... | ... | @@ -104,6 +104,7 @@ |
| 104 | 104 | teclado-virtual |
| 105 | 105 | class="form-control form-control-sm" |
| 106 | 106 | placeholder="Número" |
| 107 | + limite-numeros-max="30" | |
| 107 | 108 | ng-model="cheque.numero" |
| 108 | 109 | ng-required="true" |
| 109 | 110 | ng-keypress="next($event.keyCode)" |
| ... | ... | @@ -177,7 +178,7 @@ |
| 177 | 178 | <div class="col-12 col-md-10"> |
| 178 | 179 | <textarea teclado-virtual |
| 179 | 180 | ng-model="cheque.observaciones" |
| 180 | - class="form-control form-control-sm" | |
| 181 | + class="form-control form-control-sm foca-input" | |
| 181 | 182 | foca-focus="focused == 9" |
| 182 | 183 | ng-focus="focused = 9"></textarea> |
| 183 | 184 | </div> |