CRM-14479 - Implement example extension with an Angular module
[civicrm-core.git] / tools / extensions / org.civicrm.angularex / partials / example.html
CommitLineData
b3acfd03
TO
1<div>
2 Your Name: <input ng-model="name" type="text"/>
3</div>
4<div>
5 Hello, {{ name }}!
6</div>