Commit f1a7db4e by peema_phongam

jobexp address

parent 3103cd38
......@@ -37,8 +37,7 @@
</label>
<div class="col-xs-12 col-sm-10">
<select ng-disabled="action != 'fillform'" class="form-control" ng-model="jobexp.zipcode.districtid"
ng-options="item.districtid as item.name[lang] for item in masterdata.district"
ng-required="enableValidate">
ng-options="item.districtid as item.name[lang] for item in masterdata.district">
</select>
</div>
</div>
......@@ -51,8 +50,7 @@
<!-- <select class="form-control" ng-model="jobexp.zipcode.provinceid"
ng-options="item.proid as item.name[lang] for item in masterdata.province" ng-disabled="true"> -->
<select ng-disabled="action != 'fillform'" class="form-control" ng-model="jobexp.zipcode.provinceid"
ng-options="item.proid as item.name[lang] for item in masterdata.province"
ng-required="enableValidate">
ng-options="item.proid as item.name[lang] for item in masterdata.province">
</select>
</div>
</div>
......@@ -63,8 +61,7 @@
</label>
<div class="col-xs-12 col-sm-10">
<!-- <input type="text" class="form-control" ng-model="jobexp.zipcode.zipid" ng-disabled="true"> -->
<input type="text" ng-disabled="action != 'fillform'" class="form-control" ng-model="jobexp.zipcode.zipid"
ng-required="enableValidate">
<input type="text" ng-disabled="action != 'fillform'" class="form-control" ng-model="jobexp.zipcode.zipid">
</div>
</div>
<!--Title-->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment