Commit 27f3db74 authored by Rajeshekar's avatar Rajeshekar

Role moved to other Info

parent 7014788f
...@@ -102,13 +102,7 @@ ...@@ -102,13 +102,7 @@
ng-repeat="functionalGroup in functionalGroups">{{functionalGroup}}</md-option> ng-repeat="functionalGroup in functionalGroups">{{functionalGroup}}</md-option>
</md-optgroup> </md-select></td> </md-optgroup> </md-select></td>
</tr> </tr>
<tr>
<td colspan="4"><b>Role:</b></td>
<td colspan="8"><md-select ng-model="empRole"
md-selected-text="getSelectedRole()" id="empRole"> <md-optgroup
label="roles"> <md-option ng-value="role"
ng-repeat="role in roles">{{role}}</md-option> </md-optgroup> </md-select></td>
</tr>
<tr> <tr>
<td colspan="4"><b>Designation:</b><span class="mandatory"></span></td> <td colspan="4"><b>Designation:</b><span class="mandatory"></span></td>
...@@ -157,7 +151,13 @@ ...@@ -157,7 +151,13 @@
</md-optgroup> </md-select></td> </md-optgroup> </md-select></td>
</tr> --> </tr> -->
<tr>
<td colspan="4"><b>App Role:</b></td>
<td colspan="8"><md-select ng-model="empRole"
md-selected-text="getSelectedRole()" id="empRole"> <md-optgroup
label="roles"> <md-option ng-value="role"
ng-repeat="role in roles">{{role}}</md-option> </md-optgroup> </md-select></td>
</tr>
<tr> <tr>
<td colspan="1"><b>HasPassport:</b><span class="mandatory"></span></td> <td colspan="1"><b>HasPassport:</b><span class="mandatory"></span></td>
......
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