dial-image-background-source.mustache revision 2ce1b062532c7895a7093b67252dbaf239fbe6a7
<style type="text/css">
{{>dial-image-background-source-css}}
</style>
<div id="demo"></div>
<script>
YUI().use('dial', function(Y) {
var dial = new Y.Dial({
min:-220,
max:220,
stepsPerRevolution:100,
value: 30
});
dial.render('#demo');
});
</script>