Comes from default samples, that for opnen is always a Controller function 
to set the property opened 

I am looking for the reason why following- shorter code doesnt work

<input type="text" class="form-control" datepicker-popup="dd.MM.yyyy" 
ng-model="dt"

is-open="opened" min-date="minDate" max-date="'2015-12-31'"

datepicker-options=" {formatYear: 'yy',startingDay: 1};"

date-disabled="disabled(date, mode)" ng-required="true" close-text="Close" 
/>

<span class="input-group-btn">

<button type="button" class="btn btn-default"

                               ng-click="opened=true">
 
<i class="glyphicon glyphicon-calendar"></i>

</button>

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