| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-03-17 | docs(tutorial): fix broken link | Brian Andersen | |
| On page http://docs.angularjs.org/tutorial/step_05 link is broken. Should point to http://docs.angularjs.org/guide/services NOT http://docs.angularjs.org/guide/dev_guide.services Closes #6714 | |||
| 2014-03-16 | docs(tutorial): fix broken link | Brian Andersen | |
| Fixed a minor error in link Closes #6701 | |||
| 2014-03-15 | docs(guide/tutorial): make capitalization of "Angular" consistent | Emile Silvis | |
| - step_05.ngdoc - step_06.ngdoc - step_07.ngdoc - step_08.ngdoc Closes #6686 Closes #6687 Closes #6688 Closes #6689 | |||
| 2014-03-08 | docs(tutorial/step-12): correct application name | Chung-Min Cheng | |
| Fixed wrong app name: - phonecat -> phonecatApp, which meets the code in app.js Closes #6611 | |||
| 2014-03-07 | docs(tutorial): link update for Jasmine | Eddie Hedges | |
| Jasmine doesn't live at the replaced link anymore. It has a link to click through, but I figured it would be better to just go directly to the correct location. Closes #6591 | |||
| 2014-03-05 | docs(tutorial): update step_09.ngdoc | tpiere | |
| Closes #5991 | |||
| 2014-03-05 | docs(tutorial): update step_08.ngdoc | Chung-Min Cheng | |
| Closes #6537 | |||
| 2014-03-05 | docs(tutorial/index): improve accessibility | Sharon DiOrio | |
| - Adds accessibility attributes to links and images. - Adds a note on using NVM for node. | |||
| 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 | |||
