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 ...@@ -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>'; 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 = { $scope.gridOptions = {
paginationPageSizes : [ 10, 20, 30, 40, 50, 100], paginationPageSizes : [ 10, 20, 30, 50, 100 ,200 ,400],
paginationPageSize : 10, paginationPageSize : 10,
pageNumber: 1, pageNumber: 1,
pageSize:10, pageSize:10,
......
...@@ -9,8 +9,8 @@ ...@@ -9,8 +9,8 @@
<span> <span>
<input type="radio" ng-model="status" value="Active" ng-click="getUserRoles()"> Active <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="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="Vacation" ng-click="getUserRoles()"> Vacation
<input type="radio" ng-model="status" value="Resigned" ng-click="getUserRoles()"> Resigned <input type="radio" ng-model="status" value="Resigned" ng-click="getUserRoles()"> Resigned -->
<input type="radio" ng-model="status" value="all" ng-click="getUserRoles()"> All <input type="radio" ng-model="status" value="all" ng-click="getUserRoles()"> All
</span> </span>
<label class="" for="submitBtn"> </label> <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