Commit cc7a29dcdd022c7dfa19bbb733a94874c5800c83
1 parent
8c4d4123d7
Exists in
master
aplico filtro rellenarDigitos
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/views/modal-cobradores.html
... | ... | @@ -55,7 +55,7 @@ |
55 | 55 | ng-repeat="(key, cobrador) in currentPageCobradores" |
56 | 56 | ng-click="select(cobrador)" |
57 | 57 | > |
58 | - <td ng-bind="('000' + cobrador.id).slice(-3)"></td> | |
58 | + <td ng-bind="cobrador.id | rellenarDigitos: 3"></td> | |
59 | 59 | <td ng-bind="cobrador.nombre"></td> |
60 | 60 | <td class="d-md-none text-primary"> |
61 | 61 | <i class="fa fa-circle-thin" aria-hidden="true"></i> |