Ian province abbreviation patch - issue 724
[civicrm-core.git] / tools / extensions / org.civicrm.angularex / partials / example.html
... / ...
CommitLineData
1<div>
2 {{ts('Name')}}: <input ng-model="name" type="text"/>
3</div>
4<div>
5 {{ts('Hello, %1!', {1: name})}}
6</div>