Commit ed914a5a29c9716487642aeefb4ea344b6f781f3

Authored by Jose Pinto
Exists in master

Merge branch 'master' into 'master'

Master(efernandez)

See merge request !10
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)"