Commit e2cd37a57a3c0333bac9cae4a40319a5e8d4af3e
1 parent
63c378ab5d
Exists in
master
codigo con 3 caracteres
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/views/modal-provincias.html
| ... | ... | @@ -46,7 +46,7 @@ |
| 46 | 46 | ng-repeat="(key, provincia) in currentPageProvincias" |
| 47 | 47 | ng-click="select(provincia)" |
| 48 | 48 | > |
| 49 | - <td ng-bind="provincia.ID"></td> | |
| 49 | + <td ng-bind="('000' + provincia.ID).slice(-3)"></td> | |
| 50 | 50 | <td ng-bind="provincia.NOMBRE"></td> |
| 51 | 51 | <td class="d-md-none text-primary"> |
| 52 | 52 | <i class="fa fa-circle-thin" aria-hidden="true"></i> |