Using Bootstrap Tooltip with AngularJS

后端 未结 19 1595
抹茶落季
抹茶落季 2020-12-07 10:40

I am trying to use the Bootstrap tooltip in an app of mine. My app is using AngularJS Currently, I have the following:

19条回答
  •  时光说笑
    2020-12-07 10:48

    easiest way , add $("[data-toggle=tooltip]").tooltip(); to the concerned controller.

提交回复
热议问题