When using the directive
<div uib-tooltip="hello-world" tooltip-is-open="true">hello world</div>
, an error occurs:
Failed to load template: uib/template/tooltip/tooltip-popup.html
This website is utilizing both ui-bootstrap.js and ui-bootstrap.tpsl.js from cdnjs.cloudflare.com. Without including ui-bootstrap.js, an error persists indicating that the module cannot be located.
The primary module that initialized Angular has already added ui.bootstrap as a dependency.