Difference between revisions of "Team:Waterloo/Team"

Line 108: Line 108:
 
</header>
 
</header>
  
<form ng-change="filterPeople()">
+
<form>
 
   <label>Lab and Design:
 
   <label>Lab and Design:
     <input type="checkbox" ng-model="showTeams['Lab and Design']">
+
     <input type="checkbox" ng-model="showTeams['Lab and Design']" ng-change="filterPeople()">
 
   </label><br/>
 
   </label><br/>
 
   <label>Math Modelling:
 
   <label>Math Modelling:
     <input type="checkbox" ng-model="showTeams['Math Modelling']">
+
     <input type="checkbox" ng-model="showTeams['Math Modelling']" ng-change="filterPeople()">
 
   </label><br/>
 
   </label><br/>
 
   <label>Policy and Practices:
 
   <label>Policy and Practices:
     <input type="checkbox" ng-model="showTeams['Policy and Practices']">
+
     <input type="checkbox" ng-model="showTeams['Policy and Practices']" ng-change="filterPeople()">
 
   </label><br/>
 
   </label><br/>
 
   <label>Business:
 
   <label>Business:
     <input type="checkbox" ng-model="showTeams['Business']">
+
     <input type="checkbox" ng-model="showTeams['Business']" ng-change="filterPeople()">
 
   </label><br/>
 
   </label><br/>
 
  </form>
 
  </form>

Revision as of 23:38, 17 October 2016