I have variable named objectId.The objectId contains some string number.
In this row I try to check wether some value exists in objectId:
self.showObjects = self.objectId == true ? true : false;
But even if value exists the showObjects
get false.
Any idea how to fix the row to make ot work properly?