Posted in Javascript onOctober 02, 2018
该问题是由angular使用jq日期插件导致的无法双向绑定
<input id="dateDayStart" ng-model="dateDayStart" />
解决方法:重新绑定
setInterval(function () { $scope.$apply(function () { $scope.params.dateDayStart = document.getElementById('dateDayStart').value; }); }, 100);
以上这篇angular ng-model 无法获取值的处理方法就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持三水点靠木。
angular ng-model 无法获取值的处理方法
- Author -
前端要前沿声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Reply on: @reply_date@
@reply_contents@