ng-value="industryType"ng-repeat="industryType in industryTypesList">{{industryType}}</md-option>
</md-optgroup></md-select>
...
...
@@ -41,7 +41,7 @@
<b>Client Address</b></td>
<tdcolspan="8">
<!-- <md-input-container class="md-block"> -->
<textareang-model="clientAddress"id="clientAddress"placeholder = "Please enter the client address"style="width:100%"md-select-on-focus></textarea>
<textareang-model="clientAddress"id="clientAddress"name="clientAddress"placeholder = "Please enter the client address"style="width:100%"md-select-on-focus></textarea>