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

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -