Merge remote-tracking branch 'upstream/4.4' into 4.4-master-2014-06-25-23-42-42
[civicrm-core.git] / tools / extensions / org.civicrm.angularex / partials / example.html
1 <div>
2 Your Name: <input ng-model="name" type="text"/>
3 </div>
4 <div>
5 Hello, {{ name }}!
6 </div>