Skip to content

m48u/angular-filters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

angular-filters

This is just a very small project which provides some filters for your AngularJS project.

Installation

Just add this library to your site and add the module "m48u" as a dependency to your AngularJS module

angular.module("yourModule", ["m48u"]);

Usage

After that in your app you have the filters from this module available

{{model.helloWorld | reverse }}

Filters are:

  • reverse

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors