ng-lodash

WebJar for ng-lodash

License

License

MIT
GroupId

GroupId

org.webjars.bower
ArtifactId

ArtifactId

ng-lodash
Last Version

Last Version

0.4.0
Release Date

Release Date

Type

Type

jar
Description

Description

ng-lodash
WebJar for ng-lodash
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/rockabox/ng-lodash

Download ng-lodash

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.bower/ng-lodash/ -->
<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>ng-lodash</artifactId>
    <version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/ng-lodash/
implementation 'org.webjars.bower:ng-lodash:0.4.0'
// https://jarcasting.com/artifacts/org.webjars.bower/ng-lodash/
implementation ("org.webjars.bower:ng-lodash:0.4.0")
'org.webjars.bower:ng-lodash:jar:0.4.0'
<dependency org="org.webjars.bower" name="ng-lodash" rev="0.4.0">
  <artifact name="ng-lodash" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='ng-lodash', version='0.4.0')
)
libraryDependencies += "org.webjars.bower" % "ng-lodash" % "0.4.0"
[org.webjars.bower/ng-lodash "0.4.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.webjars.bower : angular jar [1.2,)

Project Modules

There are no modules declared in this project.

Built with Grunt Build Status devDependency Status

ng-lodash

This is a wrapper for the utility library Lo-Dash for Angular JS. One aim for this project is to ensure Lo-Dash doesn't have to be left on the window, and we use Lo-Dash with Angular, in the normal dependency injection manner.

Installing

Install via bower

bower install ng-lodash

Require it into your application (after Angular)

<script src="ng-lodash.min.js"></script>

Add the module as a dependency to your app

var app = angular.module('yourAwesomeApp', ['ngLodash']);

And inject it into your controller like so!

var YourCtrl = app.controller('yourController', function($scope, lodash) {
  lodash.assign({ 'a': 1 }, { 'b': 2 }, { 'c': 3 });
});

Developing

To help us develop this module, we are using Grunt some tasks that may be helpful for you to know about are:

Testing

This command will run JSHint and JSCS testing JS Files (note files within build) are not tested, it will also run your local build of the module with all of the Karma tests:

grunt test it can also be run by using npm test

Build

This command will build the module, run it through ngMin and then create a minified version of the module, ready for distribution:

grunt build

Dist

This command will build the module initially and then run the test suite. Testing with JSHint, JSCS and Karma:

grunt dist

org.webjars.bower

Scoota

Versions

Version
0.4.0
0.2.3