🚀 Socket Launch Week 🚀 Day 5: Introducing Socket Fix.Learn More
Socket
Sign inDemoInstall
Socket

angular-lodash-filter

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-lodash-filter

AngularJS (v1) filter wrapper for the lodash library.

1.0.0
latest
Source
npm
Version published
Weekly downloads
122
-38.07%
Maintainers
1
Weekly downloads
 
Created
Source

Angular download attribute

AngularJS (v1) filter wrapper for the lodash library.

Provides filter namespace to access lodash functionality in angular templates by using it as a filter.

Install

bower install --save angular-lodash-filter

Depends on lodash. Install your favorite version of lodash.

bower install --save lodash

Usage

<div ng-class="{enabled: list | lodash: 'some': {name: 'wanted'} }">here I am</div>
<div ng-repeat="item in list | lodash: 'filter': {type: 'wanted', color: 'blue', nested: {value: 'supported'} }"

Keywords

angular

FAQs

Package last updated on 13 Jun 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts