aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide/controller.ngdoc
AgeCommit message (Collapse)Author
2014-03-03docs(guide/controller): reorganize, add Controller suffix, formattingBrian Ford
2014-02-16docs(content): fix bad linksPeter Bacon Darwin
2014-02-16docs(examples): fix example dependenciesPeter 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
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
2014-01-21docs(guide/controller): fix duplicated "and" typoStéphane Reynaud
Remove the second instance of the word "and" from the docs where it was duplicated.
2013-11-13docs(guide/understanding_controller): fix incorrect property referenceAaditya Talwai
Correct " model property `spice` " to " model property `customSpice` " to match the code sample Closes #4812
2013-11-07docs(guide/filter): Refactor filter guide docsTobias Bosch
This refactors the filter guide docs into a single file. Also removes out of date references to the fact that Angular used to enhance Arrays while evaluating expressions.
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.