JSFiddle - React, Tailwind, and code Playground
by boneskull
HTML
<html ng-app="ui.directives">
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1/themes/flick/jquery-ui.css"></link>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.1/angular.js"></script>
<script src="https://raw.github.com/angular-ui/angular-ui/master/build/angular-ui.js"></script>
</head>
<body>
<div>
<div>
<form>
<div ui-jq="dialog" ui-options="{title: 'Dialog 1'}">Dialog 1</div>
<div ui-jq="dialog" ui-options="{title: 'Dialog 2'}">Dialog 2</div>
</form>
</div>
</div>
</body>
</html>