@ -98,7 +98,7 @@ angular.module('lemur')
|
||||
};
|
||||
$scope.getCertificateStatus = function () {
|
||||
var def = $q.defer();
|
||||
def.resolve([{'title': 'Active', 'id': true}, {'title': 'Inactive', 'id': false}]);
|
||||
def.resolve([{'title': 'True', 'id': true}, {'title': 'False', 'id': false}]);
|
||||
return def;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user