$('#id')。focus()无法专注于ng-repeat内的输入字段

时间:2016-12-16 12:20:38

标签: javascript jquery html angularjs

我有一个div定义为

<div ng-repeat="mine in me2">
  <div ng-show="dataon">

    <autocomplete attr-input-id="myid" attr-placeholder="{{placeholder}}" ng-model="dataloc"
     data="data" on-type="getLocations" click-activation="true" ng-click=getLocations() 
     on-select="selectedLocationSpecials"></autocomplete>
  </div>
</div>
当我在一个函数中调用它时,

$('#myid')无效。

0 个答案:

没有答案