hi, can we set dynamic value to a radio box using an input text while 
keeping the state of the radio box to checked . for example : 

<div class="two fields">
    <div class="field width_80">
        <label data-ng-bind="lang.languageName"></label>

        <div class="ui labeled icon left input">
            <input type="text" dynamic-input-name="lang.languageName" 
data-ng-model="lang.name" data-ng-required="true" data-ng-minlength="3" />
        </div>
    </div>
    <div class="field width_10">
        <label></label>

        <div class="ui labeled input">
            <input class="admin-radio-box" type="radio" name="group" 
data-ng-model="name" value="{{lang.name}}" />
            <label class="admin-radio-box-label">is Default</label>
        </div>
    </div>
</div>




-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to