Skip to content

Latest commit

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

An AngularJS module adapting lodash

A fork of angular-underscore

This module exposes lodash's API into angular app's root scope, and provides some filters from lodash.

How to use

Install

After loading angular.js and lodash.js:

<scripttype="text/javascript" src="angular-lodash.js"></script>

Load angular-lodash

Load the whole library

angular.module('app',['angular-lodash']);

Usecase

<scripttype="text/javascript">angular.module('example',['angular-lodash']);</script><bodyng-app="example"><!-- generate 10 unduplicated random number from 0 to 9 --><divng-repeat="num in range(10)|shuffle">{{num}}</div></body>

About

Underscore adapter for AngularJS

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages