| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-01-28 | docs(cookbook): remove the cookbook docs | Julie | |
| 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-21 | docs(tutorial): update step_12.ngdoc | matthewhintzen | |
| 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-21 | docs(tutorial): remove 'going forward' nonsense | George Cox | |
| Closes #5914 time/space dimension error | |||
| 2014-01-21 | docs(tutorial): fix grammar | George Cox | |
| Closes #5909 | |||
| 2014-01-17 | docs(tutorial): add missing semicolon to code snippet | 刘朋飞 | |
| Lets encourage people to use semicolons in javascript :> Closes #5834 | |||
| 2014-01-16 | docs(tutorial): fix typo | Neil Rubens | |
| Correction misspelling: easist -> easiest Closes #5850 | |||
| 2014-01-16 | docs(tutorial): reference node command before scripts\web-server.js | Leniel Macaferi | |
| Amended to also clarify this note in the mac/linux tab. Closes #5845 | |||
| 2014-01-13 | docs(tutorial): fix a typo | marcwright | |
| Closes #5769 | |||
| 2014-01-11 | docs(tutorial): referenced test.bat for Windows users in step 2 | Leniel Macaferi | |
| Closes #5748 | |||
| 2014-01-11 | docs(tutorial): add missing beforeEach(module()) to test | Seth Stone | |
| Test snippet was missing this necessary statement that was present in the sample code. Closes #5743 | |||
| 2014-01-10 | docs: update step_04.ngdoc with a clarification | Naomi Black | |
| closes #5730 | |||
| 2014-01-10 | docs: add clarification in step 2 of the tutorial | Naomi Black | |
| 2014-01-09 | docs(tutorial): improve experiment instructions | Igor Minar | |
| Closes #5697 | |||
| 2014-01-09 | fix(docs): Update reference to `$routeProvider.otherwise` | stucash | |
| 2014-01-06 | docs(tutorial/step-12): replaced a missing apostrophe and fixed grammar errors | Jay Goldman | |
| Fixed a missing apostrophe and some grammar in the Animating 'ngClass' with JavaScript section | |||
| 2014-01-06 | docs(tutorial): do not recommend global install of Karma | Vojta Jina | |
| Closes #5498 | |||
| 2013-12-19 | docs(tutorial/step-4): fix typo | Tony Cronin | |
| Closes #5356 | |||
| 2013-12-18 | docs(tutorial/step-5): fix typo | justmiaotou | |
| Closes #5347 | |||
| 2013-12-18 | docs(tutorial/step_11): fix indenting in an example | Jesse Browne | |
| Closes #5322 | |||
| 2013-12-17 | docs(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-17 | docs(tutorial/step-0): fix twitter bootstrap link | Grigoriy Beziuk | |
| The url of twitter bootstrap was outdated. Closes #5290 | |||
| 2013-12-12 | docs(tutorial/step-07): update path to pages in e2e scenarios | Jürgen Walter | |
| The url paths in the tutorial are not in line with the actual tutorial code Closes #5264 | |||
| 2013-12-05 | docs(tutorial/step-6): remove unused `class="diagram"` | Andres Kalle | |
| Closes #5197 | |||
| 2013-12-05 | docs(tutorial/step-3): remember to install karma plugins | Pete Bacon Darwin | |
| 2013-12-05 | docs(tutorial/step-2): remember to install karma plugins | Pete Bacon Darwin | |
| 2013-12-04 | docs(tutorial/step-3): add module to `ng-app` directive in code sample | Iwona Lalik | |
| Closes #5184 | |||
| 2013-12-04 | docs(tutorial/step-12): fix refernce to incorrect jquery version | Elwin Arens | |
| Closes #5156 | |||
| 2013-11-27 | docs(tutorial/step-10): fix typo | Levi Weiss | |
| Closes #5171 | |||
| 2013-11-27 | docs(tutorial/step-12): fix typo | Ammar | |
| Closes #5148 | |||
| 2013-11-27 | docs(tutorial/step-0): add target="_blank" to open app in new page | magoswiat | |
| Closes #5145 | |||
| 2013-11-20 | docs(tutorial/step-2): correct the link to jasmine docs | Ashutosh Das | |
| Closes #5029 | |||
| 2013-11-20 | docs(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-18 | docs(tutorial/step-4): controllers are no longer global functions | Chance | |
| The docs did not line up with the codebase / previous steps of the tutorial. Closes #4988 | |||
| 2013-11-14 | docs(tutorial): change controllers to not have name twice | victorbjelkholm | |
| 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-14 | docs(tutorial/step-2): remove repeated "the" | Mauro Carrero | |
| Closes #4854 | |||
| 2013-11-14 | docs(tutorial/step-12): fix incorrect code filename | Peter Kosa | |
| Closes #4860 | |||
| 2013-11-13 | docs(tutorial): minimum required node.js version is 0.10 | Pete Bacon Darwin | |
| 2013-11-07 | docs(guide/filter): Refactor filter guide docs | Tobias 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-30 | docs(tutorial): add instructions to install karma plugins | Renan Ivo | |
| 2013-10-27 | docs(tutorial/index): fix git clone URL | Pete Bacon Darwin | |
| Closes #4536 | |||
| 2013-10-26 | docs(tutorial/step-11): add missing dependencies | Sean Fahey | |
| Closes #4633 | |||
| 2013-10-25 | docs(tutorial/step-7): add doctype directive to example | Jesse Palmer | |
| Closes #4552 | |||
| 2013-10-25 | docs(tutorial/step-2): add beforeEach to load module | DanS | |
| 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-25 | docs(tutorial/step-5): fix wrong link to services guide | phamdt | |
| Closes #4477 | |||
| 2013-10-24 | docs(tutorial/step_00): reword sentence to make sense | Walter Higgins | |
| Closes #4429 | |||
| 2013-10-24 | docs(tutorial/step-07): fix typo | Josh McAdams | |
| Closes #4410 | |||
| 2013-10-18 | docs: correct broken links | Vojta Jina | |
| This also contains some whitespace corrections by my editor. | |||
| 2013-10-14 | docs(tutorial/step-07): fix typo | commonlisp | |
| Closes #4390 | |||
| 2013-10-14 | docs(tutorial/step-05): fix incomplete sentence | Patrick Canfield | |
| Closes #4399 | |||
| 2013-10-14 | docs(tutorial/step-04): actually add age property to the code example | Patrick Canfield | |
| Closes #4400 | |||
