forked from Coded/SIPRP
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
1.2 KiB
47 lines
1.2 KiB
<!--
|
|
|
|
ExameObjectivoSensoCromatico-1
|
|
|
|
notice: only contents inside this div will be rendered/compiled
|
|
|
|
usage example: <partials-renderer partial-id="ExameObjectivoSensoCromatico-1"></partials-renderer>
|
|
|
|
-->
|
|
<div id="ExameObjectivoSensoCromatico-1">
|
|
|
|
<div class="form-group">
|
|
<label class="control-label">Senso Cromático</label>
|
|
<div class="checkbox">
|
|
<label> <input
|
|
ng-model="editing.exameObjectivo.senso_cromatico_normal"
|
|
name="rb_senso_cromatico_normal" ng-value="true" type="radio" />
|
|
Normal
|
|
</label>
|
|
</div>
|
|
<div class="checkbox">
|
|
<div class="row">
|
|
<div class="col-md-4">
|
|
<label> <input
|
|
ng-model="editing.exameObjectivo.senso_cromatico_normal"
|
|
name="rb_senso_cromatico_normal" ng-value="false" type="radio" />
|
|
Alterado
|
|
</label>
|
|
</div>
|
|
<div class="col-md-8 p-l-none">
|
|
<div ng-show="!editing.exameObjectivo.senso_cromatico_normal"
|
|
class="row">
|
|
<div class="col-md-4">
|
|
<label class="control-label">Especifique</label>
|
|
</div>
|
|
<div class="col-md-8">
|
|
<input
|
|
ng-model="editing.exameObjectivo.senso_cromatico_alterado_detalhe"
|
|
type="text" class="form-control input-sm" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</div> |