|
|
|
@ -383,7 +383,7 @@
|
|
|
|
|
<div class="dropdown">
|
|
|
|
|
<input id="dLabel" data-toggle="dropdown" data-target="#" class="form-control"
|
|
|
|
|
ng-model="industryLable" placeholder="Industry" required
|
|
|
|
|
maxlength="50" name="royalpayindustry">
|
|
|
|
|
maxlength="50" name="royalpayindustry" readonly="readonly">
|
|
|
|
|
<ul class="dropdown-menu multi-level" role="menu" aria-labelledby="dropdownMenu">
|
|
|
|
|
<li class="dropdown-submenu" ng-repeat="industry in royalpayindustry">
|
|
|
|
|
<a tabindex="-1" ng-model="industry.mccCode">{{industry.label}}</a>
|
|
|
|
|