in angularjs how to access the element that triggered the event?

前端 未结 7 1372
-上瘾入骨i
-上瘾入骨i 2020-12-23 00:19

I use both Bootstrap and AngularJS in my web app. I\'m having some difficulty getting the two to work together.

I have an element, which has the attribute data

相关标签:
7条回答
  • 2020-12-23 01:00

    if you wanna ng-model value, if you can write like this in the triggered event: $scope.searchText

    0 讨论(0)
提交回复
热议问题