aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/tutorial
AgeCommit message (Collapse)Author
2013-11-14docs(tutorial/step-12): fix incorrect code filenamePeter Kosa
Closes #4860
2013-11-13docs(tutorial): minimum required node.js version is 0.10Pete Bacon Darwin
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-10-30docs(tutorial): add instructions to install karma pluginsRenan Ivo
2013-10-27docs(tutorial/index): fix git clone URLPete Bacon Darwin
Closes #4536
2013-10-26docs(tutorial/step-11): add missing dependenciesSean Fahey
Closes #4633
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-24docs(tutorial/step_00): reword sentence to make senseWalter Higgins
Closes #4429
2013-10-24docs(tutorial/step-07): fix typoJosh McAdams
Closes #4410
2013-10-18docs: correct broken linksVojta Jina
This also contains some whitespace corrections by my editor.
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-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(tutorial): fix style across tutorial stepsBrian Ford
2013-10-08feat(tutorial): add step 12 of the phonecat tutorialBrian Ford
2013-10-06docs(tutorial/step02): fix missing bracepzajdel
Closes #4301
2013-10-05docs(tutorial/step_07): fix module nameEric Large
Closes #4283
2013-10-03docs(tutorial): improve wording and consistencyPete Bacon Darwin
2013-10-03docs(tutorial): update examples to show best practicesJames Dunn
Closes #4256, #4255, #4254, #4253, #4250, #4092
2013-09-30docs(tutorial/step0): fix minor typoRichard Sentino
Closes #4154
2013-09-18docs(tutorial/step_03): add info about karma-ng-scenario plug-inZachary Friedman
The existing documentation for this step could have people find themselves unable to run the `e2e-test.sh` script. This note added regarding `karma-ng-scenario` will minimize their confusion and allow people to run the script. Closes #4033
2013-09-11docs(tutorial/step-10): fix incorrect link to step-8 testscjmling
Closes #3972
2013-09-05docs(tutorial): fix markup for tutorial_03.png diagramAlexander Kaidalov
Closes #3707
2013-09-05docs(tutorial): fix markup for tutorial_04.png diagramAlexander Kaidalov
2013-09-05docs(tutorial): clarify use of inject() in step 9Pete Bacon Darwin
Closes #3718
2013-08-21docs(tutorial): update step_00.ngdocgdennie
Clarify the little snippet on dash vs camelCase html to directive naming pattern Closes #3550
2013-08-21docs(tutorial): fix links in step 00Igor Minar
2013-08-21Update step_00.ngdocYang Pengcheng
the <a> is incorrect. there is no space between "a" and "href"
2013-08-21docs(tutorial): update step_07.ngdocrodbv
"Orthogonal" is a strange word for those without a mathematical/CS background. "Independent" is clearer. Closes #3641
2013-08-20fix(docs): fix diagram in tutorial/step_02Nepoxx
Removes whitespace before image tag as it caused it to be interpreted as a code block. Closes #3668
2013-08-14fix(tutorial): fix broken link caused by bad line breakebeal
2013-08-13docs(tutorial): fix links to ngRoute moduleVojta Jina
2013-07-27docs(tutorial): mention the controller along the scopeRoland
2013-07-27docs(tutorial): add formattingRoland
the string literal {{query}} was missing as it was not enclosed into ``
2013-07-27docs(tutorial): add that the test also creates a controllerRoland
2013-07-25docs(guide): remove superfluous });Roland
2013-07-12chore(ngdoc): wrap all pages inside of a container tag for easy stylingMatias Niemelä