Iam trying to include angular JS with seam 2.1 . tried to include the small snippet of code in a xhtml page :
<div ng-app="">
<p>My first expression: {{ 5 + 5 }}</p>
</div>
Added the angularJS.js in the folder and had been linked with the UI page . Am i missing any thing ?