所以我想做我在这个问题上所做的事情: AngularJS: Two way data binding fails if element has ngModel and a directive with a local scope
但不使用attibute值进行绑定。我尝试过只使用等号
scope: {bindToParent: '='},
但它似乎不起作用?有人可以改变这个jsfiddle:http://jsfiddle.net/ews7S/1/来告诉我如何直接绑定到父属性而不必在元素中使用属性吗?
答案 0 :(得分:0)
你有小提琴:
<input type="text" ng-model="testModel" dir="123">
如果您希望dir
没有值,dir
不需要值。这也适用于你的小提琴:
<input type="text" ng-model="testModel" dir>