| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-02-28 | docs(tutorial/step-05): fix path for 'phones.json' | Daniel | |
| Closes #5460 | |||
| 2014-02-26 | docs(guide/resource): add links to ngResource and $resource | Jan Hancic | |
| 2014-02-23 | docs(tutorial): referenced e2e-test.bat for Windows users in step 3 | Leniel Macaferi | |
| Closes #5755 | |||
| 2014-02-21 | docs(tutorial/step_11): fix url-based links refs to AUTO module | Stéphane Reynaud | |
| Closes #6389 | |||
| 2014-02-21 | docs(tutorial/step_06): fix url-based links refs to AUTO module | Stéphane Reynaud | |
| Closes #6388 | |||
| 2014-02-21 | docs(tutorial/step_05): fix url-based links refs to AUTO module | Stéphane Reynaud | |
| Closes #6387 | |||
| 2014-02-21 | docs(tutorial/step-05): replace minify wiki link with shortened URL | Jennifer Song | |
| marked has an existing bug where links ending with a ')' will not be parsed correctly. The workaround is to use a shortened URL. The original URL that is being replaced by this commit is http://en.wikipedia.org/wiki/Minification_(programming) . Closes #6377 | |||
| 2014-02-18 | docs(tutorial/step-11): add controller to correct object | ahliddin | |
| 2014-02-17 | docs(tutorial): add missing @step tags | Stéphane Reynaud | |
| Since steps 9 and 11 were missing @step tags they were out of order Closes #6292 Closes #6291 | |||
| 2014-02-16 | docs(tutorial): give the tutorial landing page a better name | Peter Bacon Darwin | |
| 2014-02-16 | docs(bike-shed-migration): fix url-based links refs to AUTO module | Peter Bacon Darwin | |
| 2014-02-16 | docs(all): convert <pre>/</pre> snippets to GFM snippets | Caitlin Potter | |
| 2014-02-16 | docs(bike-shed-migration): change tutorial doctype and add @step tag | Peter Bacon Darwin | |
| 2014-02-16 | docs(bike-shed-migration): fix up links outside the domain | Peter Bacon Darwin | |
| It is safer to use markdown style links and save jsdoc style links for internal links and code references | |||
| 2014-02-11 | docs(tutorial): inject phonecapApp module into unit test | Jason Schapiro | |
| When I was reading this doc I was thinking "but what about phonecatApp?" and when I looked in the file from the step-11 branch there it is. Should be reflected in the docs as well Closes #6209 | |||
| 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 | |||
