Commit a5c27fc5701982a7e3a301efe269f5e4b729d423
1 parent
920fd205c8
Exists in
master
ok
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 | rellenarDigitos: 3: 0"></td> | |
49 | + <td ng-bind="provincia.ID | rellenarDigitos: 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> |