Using Bootstrap Tooltip with AngularJS

后端 未结 19 1603
抹茶落季
抹茶落季 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 11:07

    Please remember one thing if you want to use bootstrap tooltip in angularjs is order of your scripts if you are using jquery-ui as well, it should be:

    • jQuery
    • jQuery UI
    • Bootstap

    It is tried and tested

提交回复
热议问题