Skip to content

michalc/angular-lo-dash

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%