AngularJS Live Example

HTML

<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.2.10/angular.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/angular-ui-bootstrap/0.11.0/ui-bootstrap-tpls.min.js"></script>
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
<!doctype html>
<html ng-app="HelloApp">
<body  style="text-align:center">
    <span tooltip-html-unsafe="Line 1<br />Line 2<br />Line 3" tooltip-placement="bottom">
    Testing
    </span>
</body>
</html>

JavaScript

angular.module('HelloApp', ['ui.bootstrap'])