aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide/di.ngdoc
AgeCommit message (Collapse)Author
2014-03-03docs(guide/di): fix formatting and improve clarityBrian Ford
2014-02-21docs(guide/di): fix url-based links refs to AUTO moduleStéphane Reynaud
Closes #6386
2014-02-16docs(guide): remove unnecessary "Developer Guide: " from @namesPeter Bacon Darwin
2014-02-16docs(all): convert <pre>/</pre> snippets to GFM snippetsCaitlin Potter
2014-02-16docs(bike-shed-migration): fix up links outside the domainPeter Bacon Darwin
It is safer to use markdown style links and save jsdoc style links for internal links and code references
2013-11-27docs(guide/di): use square bracket notation for $inject annotationEvan Winslow
Closes #5104
2013-11-06docs(guide/overview): Refactor overview and mvc docsTobias Bosch
Before, there we multiple overview docs: - guide/overview - guide/introduction - guide/dev_guide.mvc - guide/dev_guide.mvc.understanding_model - guide/dev_guide.mvc.understanding_view - guide/concepts Now we have: - guide/introduction: High level description of Angular with the key benefits but without code or any concrete concepts - guide/concepts: explains all important concepts with a simple example and contains deep links to the other parts of the guide. All the old information was moved into existing documents or deleted when they were duplicates.
2013-08-28docs(guide): update description of $inject mechanism to be a little clearerphanboy4
2013-07-14docs(di): promote registering controllers on modulessdesmond
2013-07-10docs(guide/di): fix typoRobert Fauver
2013-06-13docs(guide/di): fix headings hierarchyOre Landau
2013-06-04docs(guide/di): fix some small grammatical issuesAlex Young
2013-04-24docs(di): fix typos and grammarJeff Pickelman
2013-04-21docs(guide): minor grammatical changePaulo Ávila
2013-03-29docs(guide): fix typo in DI. angualar -> angularFelipe Lahti
2013-01-18docs(guide): change prototype methods to scope methods in DI examplesAmir H. Hajizamani
As explained in 'Understanding the Controller Component', Controllers written for new (post 1.0 RC) versions of Angular need to add methods to the scope directly, not the function's prototype. Correcting this example should remove any ambiguity, especially for beginners.
2013-01-17docs(guide): minor grammar fixesMatt Rohrer
2012-12-31docs(guide): change example controller to properly call greet method on greeterMatt Hardy
2012-12-10docs(guide): fix injector service code exampleRomain Neutron
Fix syntax and update code to the latest API
2012-08-30docs(typos): fix typos in dev guideTyson Benson
2012-06-02docs(dependency injecton): rewriteMisko Hevery
2011-06-06yet another docs batchIgor Minar
2011-06-06fixing broken linksIgor Minar