Line 107: | Line 107: | ||
<!-- .cd-auto-hide-header --> | <!-- .cd-auto-hide-header --> | ||
</header> | </header> | ||
+ | |||
+ | <form name="myForm" ng-controller="ExampleController"> | ||
+ | <label>Lab and Design: | ||
+ | <input type="checkbox" ng-model="showTeams['Lab and Design']"> | ||
+ | </label><br/> | ||
+ | <label>Math Modelling: | ||
+ | <input type="checkbox" ng-model="showTeams['Math Modelling']"> | ||
+ | </label><br/> | ||
+ | <label>Policy and Practices: | ||
+ | <input type="checkbox" ng-model="showTeams['Policy and Practices']"> | ||
+ | </label><br/> | ||
+ | <label>Business: | ||
+ | <input type="checkbox" ng-model="showTeams['Business']"> | ||
+ | </label><br/> | ||
+ | </form> | ||
<div class="precard"> | <div class="precard"> |
Revision as of 23:30, 17 October 2016
{{person.name}}
{{person.subteam}} // {{person.program}}
{{person.bio}}