Skip to content

Instantly share code, notes, and snippets.

@mren
Created March 12, 2014 15:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mren/12cd33637e9c54641acc to your computer and use it in GitHub Desktop.
Save mren/12cd33637e9c54641acc to your computer and use it in GitHub Desktop.
.filter('isArray', function() {
return function(input) {
return Array.isArray(input);
};
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment