Two way binding not working in directive with transcluded scope

后端 未结 3 2099
野性不改
野性不改 2020-12-04 05:18

I\'ve a textbox in a controller which is bound to model name. There\'s a directive inside the controller and there\'s another textbox inside the directive which

3条回答
  •  Happy的楠姐
    2020-12-04 06:18

    Syntax error means that you miswrote something. It is not related to a particular framework / library. You probably forgot to add "," or close a paranthesis. Check it out again

提交回复
热议问题