commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-old / civicrm / tools / extensions / org.civicrm.angularex / partials / example.html
1 <div>
2 {{ts('Name')}}: <input ng-model="name" type="text"/>
3 </div>
4 <div>
5 {{ts('Hello, %1!', {1: name})}}
6 </div>