成年大片免费视频播放二级_早上躁晚上躁天天躁8090_新金瓶梅2下载_欧美国产一卡二在线播放_国产在线精品欧美日韩电影

您的位置:首頁(yè)技術(shù)文章
文章詳情頁(yè)

angular.js - angularjs 中 input 綁定ng-model 無(wú)效

【字號(hào): 日期:2024-09-13 16:21:22瀏覽:79作者:豬豬

問(wèn)題描述

input雙向數(shù)據(jù)綁定沒(méi)有效果 綁定ng-model后 監(jiān)聽(tīng)事件都沒(méi)有觸發(fā),大神們 求助啊 求助啊,創(chuàng)建成對(duì)象的方式也試過(guò)了都不行。

<p class='form-group'>

<label class='col-sm-1 label-color'>作業(yè)內(nèi)容</label> <p class='col-sm-10'><span> <input name=’workContent’ ng-model=’usernametest’ ng-bind=’{{usernametest}}’></span> </p></p>

js.

$scope.usernametest = ’info’;$scope.$watch(’usernametest’, function() { console.log($scope.usernametest);})

問(wèn)題解答

回答1:

實(shí)測(cè)代碼是可以運(yùn)行的。angular.js - angularjs 中 input 綁定ng-model 無(wú)效

你要不把完整代碼發(fā)上來(lái)看看?

相關(guān)文章: