在不使用$ watch的情况下点击日期选择器中的日期或月份后是否可以调用函数?目前,我正在使用$ watch来监控日期的变化以触发任务。
如果是这样,你能否说明模板应如何调用$ scope函数?
答案 0 :(得分:0)
提出安东尼的建议。
<p class="input-group" style="padding-top:5px;">
<input type="text" uib-datepicker-popup="dd/MM/yyyy" style="width:165px; height:34px;" ng-change="changefun();" class="form-control" ng-model="myDate" is-open="isOpened" " datepicker-options="Options" calendarWeeks="false" close-text="Close" required/>
<span class="input-group-btn" style="float:left">
<button style="height:34px; padding-right:0;" type="button" ng-click="Open()" class="btn btn-default">
<img border="0" src="/_layouts/15/images/calendar_25.gif?rev=23" />
</button>
</span>
</p>
有关详细信息,请参阅link