First try of Angular.js by queryj December 11, 2013 HTML <div ng-app> <p>Nothing here {{'yet' + '!'}}</p> <p>1+2 = {{1+2}}</p> </div>