aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide/module.ngdoc
AgeCommit message (Collapse)Author
2013-08-22docs(guide): warn about module creation versus retrievalghodss
Updated Module documentation to include the suggestion of the top-rated comment: "This documentation should warn that "angular.module('myModule', [])" always creates a new module, but "angular.module('myModule')" always retrieves an existing reference."
2013-04-13docs(module): fix typoSeunghoon Yeon
2013-02-06docs(module): fix code exampletheotheo
2013-01-17docs(guide): minor grammar fixesMatt Rohrer
2012-11-11docs(guide): fix run-on sentence in modules guideJamison Dance
2012-10-31docs(module): fix typo in exampleTim Macfarlane
fixed example app, `simpleAppModule` should have been `myAppModule`.
2012-09-06docs(module): fixed module example and corrected typosGodmar Back
2012-09-06docs(module): myAppModule -> simpleAppModuleJay Zeng
2012-08-30doc(module) changed simpleApp to myApp in the Module page guide for consistencySahat Yalkabov
2012-08-30docs(module) fix typoColin Frei
2012-06-04docs(guide): correct couple of typosunknown
2012-03-26docs(guide/module): fix syntax error and expectation in test exampleMykhailo Kotsur
2012-03-23doc(guide/module): fix typoIgor Minar
2012-03-13docs(links): corrected borken linksMisko Hevery
2012-03-08docs(directive, module): add various missing docs and fix existing docsIgor Minar
2012-02-23docs(module): Describe module loadingMisko Hevery