0 Replies Latest reply on Apr 29, 2015 8:04 AM by bhanugst2015

    how to integrate angular JS with seam 2.1

    bhanugst2015

      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 ?