underscore templates
underscore templates
by John Wick
JavaScript
var userTeams = [{"_id":"ag_team_testteamid_1_1472204900211","testdata":"Yes","_rev":"1-826f7437fc89b1b4d7370c7dd5f8fc0b","name":"testteamid_1","parent_team_id":"","child_team_id":[],"squadteam":"Yes"}];
var teamId = "ag_team_testteamid_1_1472204900211";
var userExist;
if (userTeams != null) {
userExist = !(_.isEmpty(_.findWhere(userTeams, {_id: teamId}))) ? true : false;
console.log('\n[EEEEEEEEEE isTeamMember] 22222 userExist:', JSON.stringify(userExist), '\n');
}