GenCode - Fix pluralization of words ending in x
[civicrm-core.git] / ang / crmUi / field.html
1 <div class="label">
2 <label crm-ui-for="{{crmUiField.name}}" crm-depth="1" crm-ui-force-required="{{crmUiField.required}}">{{crmUiField.title}}</label>
3 <a crm-ui-help="help" ng-if="help"></a>
4 </div>
5 <div class="content" ng-transclude></div>
6 <div class="clear"></div>