Guest User

Untitled

a guest
Jul 19th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. if ($scope.$eval($scope.missingData[i].missingFields[j])) {
  2.  
  3. }
  4.  
  5. $scope.$eval($scope.missingData[i].missingFields[j]) can be `0`
  6.  
  7. I know that 0 is a falsy value so it will never become true .
Add Comment
Please, Sign In to add comment