| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-03-19 | docs(tutorial/step_05): fix services link | frandroid | |
| 2014-03-18 | docs(tutorial/step_05): removed stray "a" | frandroid | |
| 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-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-02-28 | docs(tutorial/step-05): fix path for 'phones.json' | Daniel | |
| Closes #5460 | |||
| 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-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-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 | |||
| 2013-12-18 | docs(tutorial/step-5): fix typo | justmiaotou | |
| Closes #5347 | |||
| 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-10-25 | docs(tutorial/step-5): fix wrong link to services guide | phamdt | |
| Closes #4477 | |||
| 2013-10-14 | docs(tutorial/step-05): fix incomplete sentence | Patrick Canfield | |
| Closes #4399 | |||
| 2013-10-14 | docs(tutorial/step-5): add missing formatting to examples | royling | |
| The indenting doesn't work for code samples that are inside bullet points. Closes #4403 | |||
| 2013-10-11 | docs(tutorial/step05): fix formatting, use DI annotations in example code | Brian Ford | |
| 2013-10-08 | docs(tutorial): fix style across tutorial steps | Brian Ford | |
| 2013-10-03 | docs(tutorial): improve wording and consistency | Pete Bacon Darwin | |
| 2013-07-25 | docs(guide): remove superfluous }); | Roland | |
| 2013-06-13 | docs(tutorial/step_05): apply more useful link to services | Ore Landau | |
| 2013-05-09 | docs(tutorial): add comment about injection annotation | Pete Bacon Darwin | |
| Closes: #1163 | |||
| 2013-04-15 | docs(tutorial): testacular renamed to karma | Pete 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. | |||
| 2012-10-18 | docs(tutorial): replace JsTD with Testacular + drop snapshots | Igor 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-08-30 | docs(tutorial): correct typos and clarify a few sections | Fernando Correia | |
| 2012-07-18 | fix(docs): Grammatical fix | brettcannon | |
| 2012-07-18 | fix(docs): Fixed some awkward wording | brettcannon | |
| 2012-07-18 | fix(docs): Don't want the present participle of "is" | brettcannon | |
| 2012-06-12 | docs(*): simplify doc urls | Igor 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 | |||
| 2012-06-02 | doc(guide): clean up broken links | Misko Hevery | |
| 2012-05-04 | chore(docs): re-skin main documentation | Misko Hevery | |
| 2012-04-30 | docs(tutorial): update all the remaining steps | Igor Minar | |
| I made some diagrams and portions of the text that are stil stale invisible. We'll fix these in the next relese. | |||
| 2012-04-04 | docs(tutorial): update tutorial intro + steps 0-3 | Igor Minar | |
| also contains all kinds of fixes that I had to make in the docs app to get the tutorial to render correctly | |||
| 2012-04-04 | chore(docs): restore old tutorial ngdoc files | Igor Minar | |
| 2012-01-17 | docs(*): various doc fixes | Igor Minar | |
| 2011-11-14 | style(docs): make jslint happy - fix some warnings | Vojta Jina | |
| 2011-11-14 | fix(doc) cleanup all api doc link warnings | Misko Hevery | |
| 2011-07-29 | doc(tutorial): fixes and improvements from Toni and Ben | Igor Minar | |
| 2011-06-15 | docs - stripping extra new lines | Igor Minar | |
| 2011-06-06 | yet another docs batch | Igor Minar | |
| 2011-06-06 | new batch of docs | Igor Minar | |
| 2011-06-06 | add new batch of tutorial docs and images | Igor Minar | |
| 2011-06-06 | Latest greatest tutorial udpates. | Kenneth R. Culp | |
| 2011-06-06 | new batch of tutorial docs | Igor Minar | |
| 2011-06-06 | Move documentation under individual headings | Misko Hevery | |
