aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide/module.ngdoc
AgeCommit message (Collapse)Author
2014-03-17docs(module): add link to mentioned resourceGias Kay Lee
Closes #6628
2014-03-17docs(guide/module): remove duplicate wordDenis Parchenko
Closes #6709
2014-03-03docs(guide/module): improve clarityBrian Ford
2014-02-16docs(bike-shed-migration): convert guide <doc:...> examples to <example>...Caitlin Potter
This CL also contains style fixes as the converted scripts caused jshint to complain.
2014-02-16docs(guide): remove unnecessary "Developer Guide: " from @namesPeter Bacon Darwin
2014-02-16docs(bike-shed-migration): fix url-based links refs to AUTO modulePeter Bacon Darwin
2014-02-16docs(all): convert <pre>/</pre> snippets to GFM snippetsCaitlin Potter
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