angular ngmodel - AngularJS ng-bind issue -


i working on angular application. need bind 2 model variable using ng-bind , 2 variables 2 different scope (one parent , other child scope). possible?

here code tried:

<input tabindex="2" id="{{clientac}}" ng-model="a.clientac"         ng-blur="clientfocusout()" ng-keydown="clientkeydown($event)" /> 


Comments

Popular posts from this blog

c# - Where does the .ToList() go in LINQ query result -

Listeners to visualise results of load test in JMeter -

android - CollapsingToolbarLayout: position the ExpandedText programmatically -