aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/tutorial
AgeCommit message (Collapse)Author
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ä
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-23docs(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
2012-06-12docs(*): simplify doc urlsIgor Minar
we now have two types of namespaces: - true namespace: angular.* - used for all global apis - virtual namespace: ng.*, ngMock.*, ... - used for all DI modules the virual namespaces have services under the second namespace level (e.g. ng.) and filters and directives prefixed with filter: and directive: respectively (e.g. ng.filter:orderBy, ng.directive:ngRepeat) this simplifies urls and makes them a lot shorter while still avoiding name collisions