Commit e3553028 authored by Prayas Jain's avatar Prayas Jain

Removed Radio buttons for vacation and resigned and increased pagination size in dashboard

parent a67b60bd
......@@ -22,7 +22,7 @@ myApp.controller("dashboardController", function($scope, $http, myFactory,export
var getEmpDetTemplate = '<p><i style="margin-top:3px;color:blue;cursor:pointer" ng-click="grid.appScope.getRowData(row,\'View\')">{{COL_FIELD}}</i></p>';
$scope.gridOptions = {
paginationPageSizes : [ 10, 20, 30, 40, 50, 100],
paginationPageSizes : [ 10, 20, 30, 50, 100 ,200 ,400],
paginationPageSize : 10,
pageNumber: 1,
pageSize:10,
......
......@@ -9,8 +9,8 @@
<span>
<input type="radio" ng-model="status" value="Active" ng-click="getUserRoles()"> Active
<input type="radio" ng-model="status" value="In Active" ng-click="getUserRoles()"> Inactive
<input type="radio" ng-model="status" value="Vacation" ng-click="getUserRoles()"> Vacation
<input type="radio" ng-model="status" value="Resigned" ng-click="getUserRoles()"> Resigned
<!-- <input type="radio" ng-model="status" value="Vacation" ng-click="getUserRoles()"> Vacation
<input type="radio" ng-model="status" value="Resigned" ng-click="getUserRoles()"> Resigned -->
<input type="radio" ng-model="status" value="all" ng-click="getUserRoles()"> All
</span>
<label class="" for="submitBtn"> </label>
......
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