aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content
AgeCommit message (Collapse)Author
2013-10-27docs(guide/ie): fix typoLeif Halvard Silli
The escaping of the colon in the example CSS is incorrect. Replace `ng\\:view {` with `ng\:view {` Closes #4570
2013-10-26docs(guide/unit-testing): fix typogabriel-tessier
Closes #4601
2013-10-26docs(error/compile/tplrt): split long linesPete Bacon Darwin
2013-10-26docs(error/compile/tplrt): clarify and grammargdennie
Closes #4503
2013-10-26Clarification stemming from my own issuesgdennie
It is instructive to give literal examples that reflect common (my) experience of the problem. :)
2013-10-26docs(guide/compiler): clarify wordingPete Bacon Darwin
Closes #4668
2013-10-26docs(guide/compiler): fix typodouglascalhoun
Closes #4667
2013-10-26docs(guide/e2e-testing): add note about Protractor replacementPreston Marshall
Add a note to warn people starting new projects about Protractor replacing the current ngScenario way of doing E2E testing. Closes #4644
2013-10-26docs(api/index): improve grammar@supercobra
Closes #4648
2013-10-26docs(guide/directive): correct reference to myDir rather than ngBindJoe Grund
Closes #4647
2013-10-26docs(guide/overview): improve grammar and readabilityGeorge Bonner
Closes #4639
2013-10-26docs(guide/understanding_controller): apply a more intuitive metaphorAndrew Stuart
The BabyCtrl was a bit confusing and GrandChildCtrl seems to make more sense with the whole "scope inheritance" concept. Closes #4634
2013-10-26docs(tutorial/step-11): add missing dependenciesSean Fahey
Closes #4633
2013-10-26docs(guide/directive): improve wordingPete Bacon Darwin
2013-10-26docs(guide/directive): we are registering directives, not controllersJoey Organisak
Closes #4615
2013-10-25docs(guide/bootstrap): fix typoArtemy Tregubenko
Closes #4578
2013-10-25docs(tutorial/step-7): add doctype directive to exampleJesse Palmer
Closes #4552
2013-10-25docs(tutorial/step-2): add beforeEach to load moduleDanS
The non-global controller test throws an error because the test does not know about the module and so can not find the controller. This change tells the test about the module so the test can find the controller. Closes #4489
2013-10-25docs(tutorial/step-5): fix wrong link to services guidephamdt
Closes #4477
2013-10-25docs(guide): rewrite guide landing pageBrad Green
Change landing page to include a set of curated links with subject headings as a guide through Angular's docs and other resources. Closes #4470
2013-10-25docs(guide/e2e-testing): remove superfluous block of textMaarten Stolte
The removed block is repeated from the unit-testing guide and appears in an awkward place in this text. Closes #4456
2013-10-25docs(guide/expression): fix duplicate key error in examplemmieszek
The example that demonstrates how to parse expressions can fail if you pass in the same expression twice. By using "track by $index" we can fix this. Closes #4472
2013-10-24docs(error/multidir): improve the sentence fluencyCloudDueling.com
Closes #4449
2013-10-24docs(tutorial/step_00): reword sentence to make senseWalter Higgins
Closes #4429
2013-10-24docs(modulerr): fix typoG.H. Naylor
Closes #4418
2013-10-24docs(tutorial/step-07): fix typoJosh McAdams
Closes #4410
2013-10-23docs(guide/directive,guide/compiler,): drastically improveBrian Ford
2013-10-23feat(docs): provide index pages for each angular moduleMatias Niemelä
2013-10-18docs: correct broken linksVojta Jina
This also contains some whitespace corrections by my editor.
2013-10-15docs($rootScope): better document infinite digest and ttlIgor Minar
2013-10-14docs(guide/animations): improve wording of sentenceDavid Gonzalez
Closes #4405
2013-10-14docs(guide/directive): improve readability and grammar.sflahave
Closes #4386
2013-10-14docs(cookbook/deeplinking): fix typoDavid Gonzalez
2013-10-14docs(tutorial/step-07): fix typocommonlisp
Closes #4390
2013-10-14docs(tutorial/step-05): fix incomplete sentencePatrick Canfield
Closes #4399
2013-10-14docs(tutorial/step-04): actually add age property to the code examplePatrick Canfield
Closes #4400
2013-10-14docs(tutorial/step-5): add missing formatting to examplesroyling
The indenting doesn't work for code samples that are inside bullet points. Closes #4403
2013-10-11docs(tutorial/step12): fix callout formattingBrian Ford
2013-10-11docs(tutorial/step07): explain injecting providers in calloutBrian Ford
2013-10-11docs(tutorial/step12): summary link to closing notesBrian Ford
2013-10-11docs(tutorial/step11): use DI annotations, fix summaryBrian Ford
2013-10-11docs(tutorial/step10): use DI annotationsBrian Ford
2013-10-11docs(tutorial/step08): use DI annotationsBrian Ford
2013-10-11docs(tutorial/step07): improve explanations, add note about ngRouteBrian Ford
2013-10-11docs(tutorial/step05): fix formatting, use DI annotations in example codeBrian Ford
2013-10-11docs(tutorial/step02): fix formattingBrian Ford
2013-10-11docs(guide/controller): improve guidance and examplesPete Bacon Darwin
Remove mention of global controller functions Convert larger examples to runnable demos Remove mention of pre-1.0 controllers, in particular discussion of controller inheritance. TODO: Probably could do with updating to explain the "controller as" syntax at some point. Closes: #4373
2013-10-11docs(guide/controller): use `.controller` syntaxFelix
Use the recommended `module.controller` syntax rather than global functions to define controllers in the examples.
2013-10-09docs(tutorial/step11): correct Jasmine Matcher linkMarko Bonaci
Link http://pivotal.github.com/jasmine/jsdoc/symbols/jasmine.Matchers.html is no longer valid. Closes #4329
2013-10-08docs(guide/animations): improve animations guideBrian Ford