Commit 0615a923 authored by Soumya Gouri's avatar Soumya Gouri

added proposed radio button

parent 90362ccf
......@@ -43,7 +43,8 @@
<div class="row col-lg-12" style="margin-left: 0px;">
<input type="radio" ng-model="status" value="Active" ng-click="getTeamMates()"> Active
<input type="radio" ng-model="status" value="InActive" ng-click="getTeamMates()"> Inactive
<input type="radio" ng-model="status" value="Both" ng-click="getTeamMates()"> Both
<input type="radio" ng-model="status" value="Proposed" ng-click="getTeamMates()"> Proposed
<input type="radio" ng-model="status" value="All" ng-click="getTeamMates()"> All
</div>
<div id="gridTest" class="view-team-details-grid" ui-grid="gridOptions " ui-grid-edit ui-grid-pagination style="width:99%;height:230px;margin-left:10px; ">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment