First try of Angular.js

by queryj

HTML

<div ng-app>
    <p>Nothing here {{'yet' + '!'}}</p>
    <p>1+2 = {{1+2}}</p>
</div>