Line 120: | Line 120: | ||
<label>Business: | <label>Business: | ||
<input type="checkbox" ng-model="showTeams['Business']" ng-change="filterPeople()"> | <input type="checkbox" ng-model="showTeams['Business']" ng-change="filterPeople()"> | ||
+ | </label><br/> | ||
+ | </form> | ||
+ | |||
+ | <form> | ||
+ | <label>Leads: | ||
+ | <input type="checkbox" ng-model="showLeads['lead']" ng-change="filterPeople()"> | ||
+ | </label><br/> | ||
+ | <label>Non-leads: | ||
+ | <input type="checkbox" ng-model="showLeads['notLead']" ng-change="filterPeople()"> | ||
</label><br/> | </label><br/> | ||
</form> | </form> |
Revision as of 23:43, 17 October 2016
{{person.name}}
{{person.subteam}} // {{person.program}}
{{person.bio}}