2
我有一個包含在iframe中的圖像選擇器。圖片選擇器更新的輸入欄用NG-模型值{{post.image}}像這樣:當值從iframe更改時,範圍不會更新
<input required type="text" id="image" name="image" placeholder="Competition image" ng-model="post.image"/>
輸入場從iframe中更新像這樣:
$('#image', window.parent.document).val(img);
的輸入的值確實會改變,但範圍值不會。
我使用$腕錶嘗試,但這個似乎只對實際按鍵改變工作