alexgarrett
2f61b2f045
docs(tutorial): correct spelling mistake
2014-03-20 09:27:01 -07:00
frandroid
f7ce415c67
docs(tutorial/step_05): fix services link
2014-03-19 00:24:34 +00:00
frandroid
4cf2adfeda
docs(tutorial/step_05): removed stray "a"
2014-03-18 16:10:38 -07:00
Takashi Nakagawa
e381c4dd09
chore(formatting): removed unnecessary white spaces
2014-03-17 14:57:29 -07:00
Neil Johnston
e118a8be34
docs(tutorial/step_02): add experiment to update controller test
...
Add an experiment to update the controller unit test after modifying it
with the new model property.
2014-03-17 14:38:51 -07:00
Jan Hancic
7fb88698dc
docs(tutorial/step_12): link to API docs
2014-03-17 14:11:58 -07:00
Brian Andersen
d0781eb1a3
docs(tutorial): fix broken link
...
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-17 12:20:22 -04:00
Brian Andersen
df5624147f
docs(tutorial): fix broken link
...
Fixed a minor error in link
Closes #6701
2014-03-16 13:35:21 -04:00
Emile Silvis
91e6d1d22f
docs(guide/tutorial): make capitalization of "Angular" consistent
...
- step_05.ngdoc
- step_06.ngdoc
- step_07.ngdoc
- step_08.ngdoc
Closes #6686
Closes #6687
Closes #6688
Closes #6689
2014-03-15 15:30:25 -04:00
Chung-Min Cheng
1b9395ea8f
docs(tutorial/step-12): correct application name
...
Fixed wrong app name:
- phonecat -> phonecatApp, which meets the code in app.js
Closes #6611
2014-03-08 18:32:32 +01:00
Eddie Hedges
c5f2f583ab
docs(tutorial): link update for Jasmine
...
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-07 08:40:32 +01:00
tpiere
66fdc03642
docs(tutorial): update step_09.ngdoc
...
Closes #5991
2014-03-05 22:49:06 +01:00
Chung-Min Cheng
02075dcf13
docs(tutorial): update step_08.ngdoc
...
Closes #6537
2014-03-05 21:48:22 +01:00
Sharon DiOrio
7c73bc916e
docs(tutorial/index): improve accessibility
...
- Adds accessibility attributes to links and images.
- Adds a note on using NVM for node.
2014-03-05 12:22:53 -08:00
Daniel
6b5baaddb0
docs(tutorial/step-05): fix path for 'phones.json'
...
Closes #5460
2014-02-28 19:10:01 +01:00
Jan Hancic
b3750e5201
docs(guide/resource): add links to ngResource and $resource
2014-02-26 19:49:56 -05:00
Leniel Macaferi
348a77145d
docs(tutorial): referenced e2e-test.bat for Windows users in step 3
...
Closes #5755
2014-02-23 21:26:51 +01:00
Stéphane Reynaud
a9cc6efb3c
docs(tutorial/step_11): fix url-based links refs to AUTO module
...
Closes #6389
2014-02-21 13:52:30 +00:00
Stéphane Reynaud
d7d3ef12a6
docs(tutorial/step_06): fix url-based links refs to AUTO module
...
Closes #6388
2014-02-21 13:52:16 +00:00
Stéphane Reynaud
1a98b4fe02
docs(tutorial/step_05): fix url-based links refs to AUTO module
...
Closes #6387
2014-02-21 13:52:00 +00:00
Jennifer Song
58b01fac1e
docs(tutorial/step-05): replace minify wiki link with shortened URL
...
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-21 01:19:26 -05:00
ahliddin
2407891ddf
docs(tutorial/step-11): add controller to correct object
2014-02-18 05:47:04 +00:00
Stéphane Reynaud
f8b11f3584
docs(tutorial): add missing @step tags
...
Since steps 9 and 11 were missing @step tags they were out of order
Closes #6292
Closes #6291
2014-02-17 14:04:26 +00:00
Peter Bacon Darwin
9b6fc8a4cf
docs(tutorial): give the tutorial landing page a better name
2014-02-16 19:03:42 +00:00
Peter Bacon Darwin
a564160511
docs(bike-shed-migration): fix url-based links refs to AUTO module
2014-02-16 19:03:41 +00:00
Caitlin Potter
f7d28cd377
docs(all): convert <pre>/</pre> snippets to GFM snippets
2014-02-16 19:03:40 +00:00
Peter Bacon Darwin
bd4ffaba53
docs(bike-shed-migration): change tutorial doctype and add @step tag
2014-02-16 19:03:40 +00:00
Peter Bacon Darwin
c7e815f63b
docs(bike-shed-migration): fix up links outside the domain
...
It is safer to use markdown style links and save jsdoc style links for
internal links and code references
2014-02-16 19:03:40 +00:00
Jason Schapiro
72894f0dd2
docs(tutorial): inject phonecapApp module into unit test
...
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-02-11 21:29:47 -05:00
Julie
ce37ae2868
docs(cookbook): remove the cookbook docs
...
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-28 14:12:52 -05:00
matthewhintzen
7cf5544a9f
docs(tutorial): update step_12.ngdoc
...
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 17:23:05 -08:00
George Cox
6d525f06c0
docs(tutorial): remove 'going forward' nonsense
...
Closes #5914
time/space dimension error
2014-01-21 16:45:27 -08:00
George Cox
d7e6f1b192
docs(tutorial): fix grammar
...
Closes #5909
2014-01-21 16:43:52 -08:00
刘朋飞
cd74f74468
docs(tutorial): add missing semicolon to code snippet
...
Lets encourage people to use semicolons in javascript :>
Closes #5834
2014-01-17 15:34:33 -05:00
Neil Rubens
fced1c0c16
docs(tutorial): fix typo
...
Correction misspelling: easist -> easiest
Closes #5850
2014-01-16 23:11:52 -05:00
Leniel Macaferi
0e4d7cacad
docs(tutorial): reference node command before scripts\web-server.js
...
Amended to also clarify this note in the mac/linux tab.
Closes #5845
2014-01-16 19:13:53 -05:00
marcwright
2a3586381f
docs(tutorial): fix a typo
...
Closes #5769
2014-01-13 16:40:56 -08:00
Leniel Macaferi
34fee06ca7
docs(tutorial): referenced test.bat for Windows users in step 2
...
Closes #5748
2014-01-11 20:15:50 -08:00
Seth Stone
c3ab915d2e
docs(tutorial): add missing beforeEach(module()) to test
...
Test snippet was missing this necessary statement that was present in the sample code.
Closes #5743
2014-01-11 14:09:52 -08:00
Naomi Black
f9656dab2d
docs: update step_04.ngdoc with a clarification
...
closes #5730
2014-01-10 17:11:39 -08:00
Naomi Black
a0d759c613
docs: add clarification in step 2 of the tutorial
2014-01-10 16:54:20 -08:00
Igor Minar
69452fa94f
docs(tutorial): improve experiment instructions
...
Closes #5697
2014-01-09 17:24:10 -08:00
stucash
ac05276a51
fix(docs): Update reference to $routeProvider.otherwise
2014-01-09 16:48:15 -08:00
Jay Goldman
1b0718bf89
docs(tutorial/step-12): replaced a missing apostrophe and fixed grammar errors
...
Fixed a missing apostrophe and some grammar in the Animating 'ngClass' with JavaScript section
2014-01-06 20:06:27 -05:00
Vojta Jina
d4d58f287f
docs(tutorial): do not recommend global install of Karma
...
Closes #5498
2014-01-06 14:48:50 -08:00
Tony Cronin
a965984733
docs(tutorial/step-4): fix typo
...
Closes #5356
2013-12-19 13:24:19 +00:00
justmiaotou
a13c4ba770
docs(tutorial/step-5): fix typo
...
Closes #5347
2013-12-18 21:15:38 +00:00
Jesse Browne
74b4ab8867
docs(tutorial/step_11): fix indenting in an example
...
Closes #5322
2013-12-18 21:14:11 +00:00
Stéphane Reynaud
b2e472e7a2
docs(tutorial/step-11): change "last" to "next"
...
Since step 12 was added, step 11 is not the last. So this is not the last improvement.
Closes #5306
2013-12-17 12:30:59 +00:00
Grigoriy Beziuk
3c62e4244e
docs(tutorial/step-0): fix twitter bootstrap link
...
The url of twitter bootstrap was outdated.
Closes #5290
2013-12-17 12:15:52 +00:00