(function() { "use strict"; angular .module("app") .constant("appConstant.sortable", { "APPROVE_ASSETS": { "Id": 0, "UpdateDate": 1, "UpdateDateDesc": 2, "Name": 3, "NameDesc": 4, "OwnerName": 5, "OwnerNameDesc": 6, "Location": 7, "LocationDesc": 8, "ApprovalStatus": 9, "ApprovalStatusDesc": 10, "CreateDate":11, "CreateDateDesc":12, "ApprovalDate":13, "ApprovalDateDesc":14, "Likes":15, "LikesDesc":16, "ShareCounter":17, "ShareCounterDesc":18, 0: "Id", 1: "UpdateDate", 2: "UpdateDateDesc", 3: "Name", 4: "NameDesc", 5: "OwnerName", 6: "OwnerNameDesc", 7: "Location", 8: "LocationDesc", 9: "ApprovalStatus", 10: "ApprovalStatusDesc", 11:"CreateDate", 12:"CreateDateDesc", 13:"ApprovalDate", 14:"ApprovalDateDesc", 15:"Likes", 16:"LikesDesc", 17:"ShareCounter", 18:"ShareCounterDesc" }, "APPROVE_SERVICES": { "Id": 0, "UpdateDate": 1, "UpdateDateDesc": 2, "Name": 3, "NameDesc": 4, "OwnerName": 5, "OwnerNameDesc": 6, "Location": 7, "LocationDesc": 8, "Status": 9, "StatusDesc": 10, 0: "Id", 1: "UpdateDate", 2: "UpdateDateDesc", 3: "Name", 4: "NameDesc", 5: "CareProviderName", 6: "CareProviderNameDesc", 7: "Destination", 8: "DestinationDesc", 9: "Status", 10: "StatusDesc" } }); })();