我有一个小提琴设置,当我点击一个重置按钮它应该清除输入控件,这似乎工作,但不是当输入 type='url'
type='url'
Here is the fiddler
是否存在我不理解的问题或问题.
当我设置
$scope.myform = {};
这似乎清除了其他输入类型,但输入类型='url'未被清除.
谁知道为什么?
angularjs angularjs-scope
angularjs ×1
angularjs-scope ×1