Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

Commit

Permalink
Updated sectionAdminWioaTemplate.
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferey committed Nov 17, 2016
1 parent a34cf0f commit 8e1fd72
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

<h1>Workforce Innovation and Opportunity Act (WIOA)</h1>

<answer-field answer="appData">
<answer-field answer="appData.WIOA.hasVerifiedDocumentation">
Has the employer reviewed and verified documentation that counseling and referrals have been provided to each worker paid at a subminimum wage, regardless of age, and each has been informed of available training opportunities as required by WIOA?
</answer-field>

<answer-field answer="appData">
<answer-field answer="appData.WIOA.hasWIOAWorkers">
Were any workers paid a subminimum wage age 24 or younger?
</answer-field>

Expand All @@ -22,7 +22,7 @@ <h1>Workforce Innovation and Opportunity Act (WIOA)</h1>
</tr>
</thead>
<tbody>
<tr ng-repeat="worker in formData.WIOA.WIOAWorkers">
<tr ng-repeat="worker in appData.WIOA.WIOAWorkers">
<td scope="row">{{ worker.fullName }}</td>
<td> {{ worker.WIOAWorkerVerified.display }}</td>
</tr>
Expand Down

0 comments on commit 8e1fd72

Please sign in to comment.