我有一个带有动态插入输入到DOM的表单(来自其他一些
插件).有没有
方法可以在没有ng-model的情况下从这个输入中读取值?
<form name="myForm" data-my-directive>
<div class="customPlugin">
<!-- here input without ng-modeal appears: -->
[ <input type="text" name="foo" value="bar" /> ]
</div>
</form>
我看了很多例子,但到处都有人写关于ng-model … 原文链接:/js/158132.html