Skip to content

Instantly share code, notes, and snippets.

@chandermani
Created March 9, 2014 13:10
Show Gist options
  • Save chandermani/9447502 to your computer and use it in GitHub Desktop.
Save chandermani/9447502 to your computer and use it in GitHub Desktop.
$scope.disposableMail = function (email) {
if (!email) return true;
return email.indexOf('@mailinator.com') >= 0 ? false : true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment