Skip to content
Permalink
master
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
<div data-ng-controller="initform as vm">
<table>
<tr>
<td>
Select the name of a user who should be assigned the task to approve this learning path approval request:
<br />
<br />
<div id="peoplePickerDiv"></div>
<br />
</td>
</tr>
<tr>
<td>
<input type="button" data-ng-click="vm.startWorkflow()" value="Start Approval Request" />
<input type="button" data-ng-click="vm.goBack()" value="Cancel" />
<br />
</td>
</tr>
</table>
</div>