javascript - AngularJS: Get the names of all binding within a certain element -


is there way name of two-way-binding?

<div ng-controller="mycontroller">     <my-directive>         {{abc}}     </my-directive>     <my-directive>         {{def}}     </my-directive> </div> 

within first my-directive element name 'abc'.

you should take on article, link it's going understanding how "scope" works in angular directives.


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -