Skip to content

Instantly share code, notes, and snippets.

@evandertino
Last active December 20, 2015 06:49
Show Gist options
  • Save evandertino/6088607 to your computer and use it in GitHub Desktop.
Save evandertino/6088607 to your computer and use it in GitHub Desktop.
angular.module('app', []).
filter('myfilter', function() {
return function(in, param1, param2, param3) {
// do something
};
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment