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
Post a Comment