Commit ce7dfede2b8580f1e74a1c40230d8c3918fb6fda

Authored by Eric Fernandez
1 parent c480d0935f
Exists in master

idCorrecto

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/views/foca-detalle-vehiculo.html
... ... @@ -29,7 +29,7 @@
29 29 <td><input
30 30 type="radio"
31 31 name="articuloRadio"
32   - id="{{articulo.id}}"
  32 + id="{{'articulo' + articulo.id}}"
33 33 ng-checked="articulo.checked"
34 34 ng-disabled="articulo.cargado"
35 35 ng-click="cambioArticulo(articulo)"