Skip to content

mike-allison/angular-lodash-string

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular-lodash-string

Angular Lodash provider with underscore.string filter support

a combination of the following projects: esamattis/underscore.string#285 https://github.com/tlvince/angular-underscore-string

Assumes Underscore.string (>= v2.x) and lodash have been added to the global scope.

Examples:

{{ name | s: 'swapCase' }}
{{ separator | s: 'join': ['foo', 'bar'] }}

Install

(bower) bower install angular-lodash-string
(npm) npm install angular-lodash-string

Usage

Add lodash.underscore.string as a module dependency, e.g.:

angular.module('App', ['lodash.underscore.string']);

About

Angular Lodash provider with underscore.string support

Resources

Stars

Watchers

Forks

Packages

No packages published