aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/tutorial
AgeCommit message (Collapse)Author
2014-01-28docs(cookbook): remove the cookbook docsJulie
The cookbook docs are now superceded by the guide. They are no longer available in any menus and the only way to find them is to search for them. Remove! Closes #5967
2014-01-21docs(tutorial): update step_12.ngdocmatthewhintzen
This time I feel good about this modification to the document, the code listing on the tutorial page for the animation.js DID NOT match what was actually IN the file for that branch. Updated tutorial to reflect actual contents of file Closes #5922
2014-01-21docs(tutorial): remove 'going forward' nonsenseGeorge Cox
Closes #5914 time/space dimension error
2014-01-21docs(tutorial): fix grammarGeorge Cox
Closes #5909
2014-01-17docs(tutorial): add missing semicolon to code snippet刘朋飞
Lets encourage people to use semicolons in javascript :> Closes #5834
2014-01-16docs(tutorial): fix typoNeil Rubens
Correction misspelling: easist -> easiest Closes #5850
2014-01-16docs(tutorial): reference node command before scripts\web-server.jsLeniel Macaferi
Amended to also clarify this note in the mac/linux tab. Closes #5845
2014-01-13docs(tutorial): fix a typomarcwright
Closes #5769
2014-01-11docs(tutorial): referenced test.bat for Windows users in step 2Leniel Macaferi
Closes #5748
2014-01-11docs(tutorial): add missing beforeEach(module()) to testSeth Stone
Test snippet was missing this necessary statement that was present in the sample code. Closes #5743
2014-01-10docs: update step_04.ngdoc with a clarificationNaomi Black
closes #5730
2014-01-10docs: add clarification in step 2 of the tutorialNaomi Black
2014-01-09docs(tutorial): improve experiment instructionsIgor Minar
Closes #5697
2014-01-09fix(docs): Update reference to `$routeProvider.otherwise`stucash
2014-01-06docs(tutorial/step-12): replaced a missing apostrophe and fixed grammar errorsJay Goldman
Fixed a missing apostrophe and some grammar in the Animating 'ngClass' with JavaScript section
2014-01-06docs(tutorial): do not recommend global install of KarmaVojta Jina
Closes #5498
2013-12-19docs(tutorial/step-4): fix typoTony Cronin
Closes #5356
2013-12-18docs(tutorial/step-5): fix typojustmiaotou
Closes #5347
2013-12-18docs(tutorial/step_11): fix indenting in an exampleJesse Browne
Closes #5322
2013-12-17docs(tutorial/step-11): change "last" to "next"Stéphane Reynaud
Since step 12 was added, step 11 is not the last. So this is not the last improvement. Closes #5306
2013-12-17docs(tutorial/step-0): fix twitter bootstrap linkGrigoriy Beziuk
The url of twitter bootstrap was outdated. Closes #5290
2013-12-12docs(tutorial/step-07): update path to pages in e2e scenariosJürgen Walter
The url paths in the tutorial are not in line with the actual tutorial code Closes #5264
2013-12-05docs(tutorial/step-6): remove unused `class="diagram"`Andres Kalle
Closes #5197
2013-12-05docs(tutorial/step-3): remember to install karma pluginsPete Bacon Darwin
2013-12-05docs(tutorial/step-2): remember to install karma pluginsPete Bacon Darwin
2013-12-04docs(tutorial/step-3): add module to `ng-app` directive in code sampleIwona Lalik
Closes #5184
2013-12-04docs(tutorial/step-12): fix refernce to incorrect jquery versionElwin Arens
Closes #5156
2013-11-27docs(tutorial/step-10): fix typoLevi Weiss
Closes #5171
2013-11-27docs(tutorial/step-12): fix typoAmmar
Closes #5148
2013-11-27docs(tutorial/step-0): add target="_blank" to open app in new pagemagoswiat
Closes #5145
2013-11-20docs(tutorial/step-2): correct the link to jasmine docsAshutosh Das
Closes #5029
2013-11-20docs(tutorial): minimum node.js version is 0.10 (Windows too)Stéphane Reynaud
The doc has been modified by the following commit: bcc6e8d4f64a18039e0ed2eee0b54c17471b43e3 But the change was not made ​​for the part of Windows. Closes #4967
2013-11-18docs(tutorial/step-4): controllers are no longer global functionsChance
The docs did not line up with the codebase / previous steps of the tutorial. Closes #4988
2013-11-14docs(tutorial): change controllers to not have name twicevictorbjelkholm
While giving the controller function a name helps with debugging, since otherwise your controller will be anonymous in stack traces, passing the name to both the `controller()` method and as the function name is confusing for beginners. Closes #4415
2013-11-14docs(tutorial/step-2): remove repeated "the"Mauro Carrero
Closes #4854
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