Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <div class="control-group">
- <table width="30%">
- <tbody>
- <tr>
- <td width="15%">
- <label class="control-label col-sm-2 ng-binding">Entity </label>
- <select id="entity" ng-model="formData.entity" class="input-small ng-pristine ng-valid" ng-options="entity.id as entity.name for entity in template.entities" value="" ng-change="entityChange(formData.entity)"><option value="0" selected="selected">client</option><option value="1">loan</option></select>
- </td>
- <td width="15%">
- <label class="control-label rowleft ng-binding">Type </label>
- <select id="type" ng-model="formData.type" class="input-small rowleft ng-pristine ng-valid" ng-options="type.id as type.name for type in template.types" value=""><option value="0" selected="selected">Document</option></select>
- </td>
- </tr>
- <tr>
- <td width="15%">
- <label class="control-label col-sm-2 ng-binding">Template name </label>
- <input id="name" type="text" ng-model="formData.name" class="ng-pristine ng-valid">
- </td>
- <td></td>
- </tr>
- </tbody>
- </table>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment