Created
February 3, 2014 04:33
-
-
Save chandermani/8778893 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
angular.module('module1',[]); //declares a module. Note the second parameter which takes dependencies | |
angular.module('module1'); //gets a module with name module1, no second parameter |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment