vstene / angular-lo-dash

A tiny AngularJS module to make the lo-dash global object available to the AngularJS DI system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

angular-lo-dash Build Status

A tiny AngularJS module to make the lo-dash global object available to the AngularJS DI system.

Usage

Add the dependency to your AngularJS app:

// Add module dependency 
angular.module('myApp', ['angular-lo-dash']);

Then use it by injecting _ into your services, controllers, or directives:

angular.service('MyService', function(_) {

});

About

A tiny AngularJS module to make the lo-dash global object available to the AngularJS DI system

License:MIT License


Languages

Language:JavaScript 100.0%