We have 2 datepicker fields.  Is there an Angular way to set the second one 
equal to the first as soon as the User sets the first?  Then once they've 
both been set, break this binding?

                                        <h6 class="lighter smaller blue 
form-label-lri">
                                            From Date:
                                        </h6>
                                        <input date-picker-directive 
class="input-small-lri" filter-field="field"
                                               type="text" 
date-field-numb="1"
                                              
 data-ng-model="field.selectedDate1"/>
                                        <h6 class="lighter smaller blue 
form-label-lri">
                                            To Date:
                                        </h6>
                                        <input date-picker-directive 
class="input-small-lri" filter-field="field"
                                               type="text" 
date-field-numb="2"
                                              
 data-ng-model="field.selectedDate2"/>

-- 
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