Merge pull request #3210 from totten/master-casetype-rebased
[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>