Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

songkick/angular-module-shim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular-module-shim

An alternative angular.module() method that allows module dependencies to be declared at any point

  • Overrides angular.module() method

####Install

bower https://github.com/DveMac/angular-module-shim.git --save

####Usage


// module can be specified without dependencies
angular.module('myModule');

// dependencies can be added at any point
angular.module('myModule', ['dep1']);
// ... other code
angular.module('myModule', ['dep2']);

####Build

npm install		# install dependencies
make build      # build lib
make test       # run unit tests

About

This software is not maintained. angular.module() shim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published