I want to use Angular UI Bootstrap Tooltip ui.bootstrap.tooltip
separated.
I'm able to use tooltip by adding full ui-bootstrap
file, like:
<script src="http://angular-ui.github.io/bootstrap/ui-bootstrap-tpls-0.13.0.js"></script>
<script>var App = angular.module("App", ['ui.bootstrap']);</script>
But I want to include only tooltip functionality instead of adding full UI Bootstrap featured.
ui-bootstrap-tpls-0.13.0.js