This is just a very small project which provides some filters for your AngularJS project.
Just add this library to your site and add the module "m48u" as a dependency to your AngularJS module
angular.module("yourModule", ["m48u"]);After that in your app you have the filters from this module available
{{model.helloWorld | reverse }}Filters are:
- reverse