Suppose i have the following array with strings:
$scope.open_slots = [\"00\",\"10\",\"50\"], and i would like to have the following results:
$scope.open_slots = [\"00\",\"10\",\"50\"]
Try: