aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/tutorial
AgeCommit message (Collapse)Author
2014-03-17docs(tutorial/step_12): link to API docsJan Hancic
2014-03-17docs(tutorial): fix broken linkBrian 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-16docs(tutorial): fix broken linkBrian Andersen
Fixed a minor error in link Closes #6701
2014-03-15docs(guide/tutorial): make capitalization of "Angular" consistentEmile Silvis
- step_05.ngdoc - step_06.ngdoc - step_07.ngdoc - step_08.ngdoc Closes #6686 Closes #6687 Closes #6688 Closes #6689
2014-03-08docs(tutorial/step-12): correct application nameChung-Min Cheng
Fixed wrong app name: - phonecat -> phonecatApp, which meets the code in app.js Closes #6611
2014-03-07docs(tutorial): link update for JasmineEddie 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-05docs(tutorial): update step_09.ngdoctpiere
Closes #5991
2014-03-05docs(tutorial): update step_08.ngdocChung-Min Cheng
Closes #6537
2014-03-05docs(tutorial/index): improve accessibilitySharon DiOrio
- Adds accessibility attributes to links and images. - Adds a note on using NVM for node.
2014-02-28docs(tutorial/step-05): fix path for 'phones.json'Daniel
Closes #5460
2014-02-26docs(guide/resource): add links to ngResource and $resourceJan Hancic
2014-02-23docs(tutorial): referenced e2e-test.bat for Windows users in step 3Leniel Macaferi
Closes #5755
2014-02-21docs(tutorial/step_11): fix url-based links refs to AUTO moduleStéphane Reynaud
Closes #6389
2014-02-21docs(tutorial/step_06): fix url-based links refs to AUTO moduleStéphane Reynaud
Closes #6388
2014-02-21docs(tutorial/step_05): fix url-based links refs to AUTO moduleStéphane Reynaud
Closes #6387
2014-02-21docs(tutorial/step-05): replace minify wiki link with shortened URLJennifer 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-18docs(tutorial/step-11): add controller to correct objectahliddin
2014-02-17docs(tutorial): add missing @step tagsStéphane Reynaud
Since steps 9 and 11 were missing @step tags they were out of order Closes #6292 Closes #6291
2014-02-16docs(tutorial): give the tutorial landing page a better namePeter Bacon Darwin
2014-02-16docs(bike-shed-migration): fix url-based links refs to AUTO modulePeter Bacon Darwin
2014-02-16docs(all): convert <pre>/</pre> snippets to GFM snippetsCaitlin Potter
2014-02-16docs(bike-shed-migration): change tutorial doctype and add @step tagPeter Bacon Darwin
2014-02-16docs(bike-shed-migration): fix up links outside the domainPeter Bacon Darwin
It is safer to use markdown style links and save jsdoc style links for internal links and code references
2014-02-11docs(tutorial): inject phonecapApp module into unit testJason 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-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