Skip to content

luisperezphd/ngModule

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

ngModule

As your AngularJS application gets more complex you will likely come to discover that the ngApp directive has two fairly big limitations:

  1. You can only have one ngApp per page.
  2. You can only associate a single module with a single HTML element

The ngModule directive gets around these limitations. It allows you to associate more than one module with more than one element.

For a detailed explaination read the original blog post this directive was derived from:

http://www.simplygoodcode.com/2014/04/angularjs-getting-around-ngapp-limitations-with-ngmodule/

You can also install it using bower:

$ bower install ng-module

(Thanks to Kyle Kemp for that)

About

More powerful than ngApp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published