angular.isNumber not working in ng-if . my condition is like this .in this i am checking zipcode / postal code whether it is less than 7 and it is numeric . first condition working absolutely fine ,the Problem is in second condition.
<span ng-if = 'user.Zip.length < 7 && angular.isNumber(user.Zip)'>