Angular with jQuery Raty

HTML

<script type="text/javascript" ng:autobind src="http://code.angularjs.org/0.9.17/angular-0.9.17.js"></script>
<script type="text/javascript" src="https://raw.github.com/wbotelhos/raty/master/js/jquery.raty.min.js"></script>

<div id="star"></div>

JavaScript

$('#star').raty({
  half  : true,
  score : 3.3
});