aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/tutorial
AgeCommit message (Collapse)Author
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-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-14fix(tutorial): fix broken link caused by bad line breakebeal
2013-08-12docs(guide): remove superfluous });Roland
2013-08-07chore(ngdoc): wrap all pages inside of a container tag for easy stylingMatias Niemelä
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-02docs(tutorial/step9): formatted Unicode character lineexex zian
Add tick and cross mark corresponding to their respective unicodes.
2013-06-27docs(tutorial): add experiment showing reverse sortNelson Blaha
2013-06-18docs(tutorial): add missing 'node' command and <code> tagsgdi2290
2013-06-18docs(tutorial/step_07): add commas make tutorial read more clearlyJohn Bohn
2013-06-13docs(tutorial/step_05): apply more useful link to servicesOre Landau
2013-05-21docs(tutorial): fix the float issue with the improve docs buttonMatias Niemelä
2013-05-18docs(tutorial): update test config file nameAndrew Vida
2013-05-09docs(tutorial): add comment about injection annotationPete Bacon Darwin
Closes: #1163
2013-04-15docs(tutorial): testacular renamed to karmaPete Bacon Darwin
Replaced instances of 'Testacular' with 'Karma' to reflect name change of test runner. Replaced instances of 'http://vojtajina.github.com/testacular' with 'http://karma-runner.github.io/' to reflect dedicated page for Karma Test Runner. Added location of config file needed to start the Karma server. This is still labeled 'testacular.conf.js' and needs file name to be updated in the phone example repo.
2013-02-06docs(tutorial): remove extra back-tick characterThomas Schultz
2013-01-29docs(tutorial): fix typoradu
Update docs/content/tutorial/step_00.ngdoc removed redundant verb
2013-01-17docs(guide): minor grammar fixesMatt Rohrer
2012-12-08docs(tutorial): typo fix commandx -> commandEric Case
2012-11-11docs(tutorial): change module name in step-7Jamison Dance
2012-10-18docs(tutorial): replace JsTD with Testacular + drop snapshotsIgor Minar
JsTD references have been replaced with Testacular stuff. snapshots are PITA to maintain so I'm dropping them, everyone loves the Git version anyway.
2012-09-06docs(module): fixed module example and corrected typosGodmar Back
2012-08-30docs(tutorial): correct typos and clarify a few sectionsFernando Correia
2012-08-30doc(misc) Mention how attribute names map to directive names.brettcannon
2012-08-24docs(tutorial): fix typo in step_00phil
Just removed an extra comma. No big deal.
2012-07-19fix(docs): Capitalize Angular.brettcannon
2012-07-19fix(docs): "were" -> "where"brettcannon
2012-07-19fix(docs): Capitalize "URL".brettcannon
2012-07-19fic(docs): Consistently use __bold__ for things that must be done when ↵brettcannon
moving the ng-controller declaration.
2012-07-19fix(docs): Tweak some grammar and add some links relating to DI.brettcannon
2012-07-19fix(docs): Capitalize "APIs"brettcannon
2012-07-19fix(docs): Capitalize "Angular".brettcannon
2012-07-19fix(docs): Capitalize Angular.brettcannon
2012-07-19fix(docs): Add a missing "the".brettcannon
2012-07-19fix(docs): ngRepeater isn't a thing, ngRepeat isbrettcannon
2012-07-19fix(docs): Remove a redundant "in".brettcannon
2012-07-18fix(docs): Grammatical fixbrettcannon
2012-07-18fix(docs): Fixed some awkward wordingbrettcannon
2012-07-18fix(docs): Tweak formatting and wording of a listbrettcannon
2012-07-18fix(docs): Don't want the present participle of "is"brettcannon
2012-07-18fix(docs): Adjectve accidentally made into an adverbbrettcannon
2012-07-18fix(docs): Minor grammatical fixbrettcannon
2012-07-16fix(docs): Fixed typo: changed `ngRepeate` to `ngRepeat`.Rishabh Rao