Brian Ford
01cbe2f398
docs(tutorial/step07): improve explanations, add note about ngRoute
2013-10-11 16:15:36 -07:00
Brian Ford
08ba91364d
docs(tutorial/step05): fix formatting, use DI annotations in example code
2013-10-11 16:15:36 -07:00
Brian Ford
989ca61a61
docs(tutorial/step02): fix formatting
2013-10-11 16:15:35 -07:00
Marko Bonaci
fe65932404
docs(tutorial/step11): correct Jasmine Matcher link
...
Link http://pivotal.github.com/jasmine/jsdoc/symbols/jasmine.Matchers.html
is no longer valid.
Closes #4329
2013-10-09 11:30:22 +01:00
Brian Ford
556e8eece6
docs(tutorial): fix style across tutorial steps
2013-10-08 10:49:33 -07:00
Brian Ford
ad5256452b
feat(tutorial): add step 12 of the phonecat tutorial
2013-10-08 10:49:33 -07:00
pzajdel
28fe4464d8
docs(tutorial/step02): fix missing brace
...
Closes #4301
2013-10-06 22:26:33 +01:00
Eric Large
55422b88d8
docs(tutorial/step_07): fix module name
...
Closes #4283
2013-10-05 21:03:19 +01:00
Pete Bacon Darwin
0f7237d764
docs(tutorial): improve wording and consistency
2013-10-03 11:58:47 +01:00
James Dunn
575f63ac50
docs(tutorial): update examples to show best practices
...
Closes #4256 , #4255 , #4254 , #4253 , #4250 , #4092
2013-10-03 10:19:19 +01:00
Richard Sentino
d79822e73a
docs(tutorial/step0): fix minor typo
...
Closes #4154
2013-09-30 21:28:19 +01:00
Zachary Friedman
47dff0f3db
docs(tutorial/step_03): add info about karma-ng-scenario plug-in
...
The existing documentation for this step could have people find themselves
unable to run the `e2e-test.sh` script. This note added regarding
`karma-ng-scenario` will minimize their confusion and allow people to run
the script.
Closes #4033
2013-09-18 12:43:58 +01:00
cjmling
bf512bb8ee
docs(tutorial/step-10): fix incorrect link to step-8 tests
...
Closes #3972
2013-09-11 20:45:24 +01:00
Alexander Kaidalov
42a5f1e99a
docs(tutorial): fix markup for tutorial_03.png diagram
...
Closes #3707
2013-09-05 14:11:21 +01:00
Alexander Kaidalov
2dd99c3f11
docs(tutorial): fix markup for tutorial_04.png diagram
2013-09-05 14:08:33 +01:00
Pete Bacon Darwin
c66ec5413c
docs(tutorial): clarify use of inject() in step 9
...
Closes #3718
2013-09-05 13:58:21 +01:00
gdennie
4bd8b81bb0
docs(tutorial): update step_00.ngdoc
...
Clarify the little snippet on dash vs camelCase html to directive naming pattern
Closes #3550
2013-08-21 02:26:03 -07:00
Igor Minar
c61bb52c95
docs(tutorial): fix links in step 00
2013-08-21 02:17:52 -07:00
Yang Pengcheng
2c7df1550c
Update step_00.ngdoc
...
the <a> is incorrect.
there is no space between "a" and "href"
2013-08-21 02:15:35 -07:00
rodbv
d40884d1b0
docs(tutorial): update step_07.ngdoc
...
"Orthogonal" is a strange word for those without a mathematical/CS background. "Independent" is clearer.
Closes #3641
2013-08-21 02:09:19 -07:00
Nepoxx
ad77d67cb7
fix(docs): fix diagram in tutorial/step_02
...
Removes whitespace before image tag as it caused it to be interpreted as a code block.
Closes #3668
2013-08-20 23:43:05 -07:00
ebeal
60af2ec9a4
fix(tutorial): fix broken link caused by bad line break
2013-08-14 15:45:15 -07:00
Vojta Jina
d8c010ac1e
docs(tutorial): fix links to ngRoute module
2013-08-13 14:17:37 -07:00
Roland
3f943e7246
docs(tutorial): mention the controller along the scope
2013-07-27 17:13:53 +01:00
Roland
9fcb5c0891
docs(tutorial): add formatting
...
the string literal {{query}} was missing as it was not enclosed into ``
2013-07-27 16:07:38 +01:00
Roland
f5b8092a1c
docs(tutorial): add that the test also creates a controller
2013-07-27 15:52:20 +01:00
Roland
27041e63a6
docs(guide): remove superfluous });
2013-07-25 15:05:27 -07:00
Matias Niemelä
77c715d7ca
chore(ngdoc): wrap all pages inside of a container tag for easy styling
2013-07-12 22:43:24 +01:00
exex zian
c21ab0a68a
docs(tutorial/step9): formatted Unicode character line
...
Add tick and cross mark corresponding to their respective unicodes.
2013-07-02 22:49:54 -07:00
Nelson Blaha
d57613cd6d
docs(tutorial): add experiment showing reverse sort
2013-06-27 19:36:26 +01:00
gdi2290
db8d8f9a43
docs(tutorial): add missing 'node' command and <code> tags
2013-06-18 22:05:28 +01:00
John Bohn
8b81cf202b
docs(tutorial/step_07): add commas make tutorial read more clearly
2013-06-18 21:56:53 +01:00
Ore Landau
5ec188f697
docs(tutorial/step_05): apply more useful link to services
2013-06-13 21:14:06 +01:00
Matias Niemelä
5bc2836a0d
docs(tutorial): fix the float issue with the improve docs button
2013-05-21 14:02:19 +01:00
Andrew Vida
1c7741329f
docs(tutorial): update test config file name
2013-05-18 20:29:17 +01:00
Pete Bacon Darwin
40c36ee7fe
docs(tutorial): add comment about injection annotation
...
Closes : #1163
2013-05-09 13:56:36 +01:00
Pete Bacon Darwin
59bfe8e5a9
docs(tutorial): testacular renamed to karma
...
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.
2013-04-15 12:28:31 +01:00
Thomas Schultz
6fb1054ce6
docs(tutorial): remove extra back-tick character
2013-02-06 21:51:42 +01:00
radu
5d0f9ce4c7
docs(tutorial): fix typo
...
Update docs/content/tutorial/step_00.ngdoc
removed redundant verb
2013-01-29 15:46:32 -08:00
Matt Rohrer
93070f1488
docs(guide): minor grammar fixes
2013-01-17 19:10:46 -05:00
Eric Case
d93533812b
docs(tutorial): typo fix commandx -> command
2012-12-08 11:33:07 +01:00
Jamison Dance
8891757891
docs(tutorial): change module name in step-7
2012-11-11 11:34:06 +01:00
Igor Minar
ca96ec32f9
docs(tutorial): replace JsTD with Testacular + drop snapshots
...
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-10-18 02:33:45 -07:00
Godmar Back
0472c5f07e
docs(module): fixed module example and corrected typos
2012-09-06 16:06:23 -07:00
Fernando Correia
acb499f820
docs(tutorial): correct typos and clarify a few sections
2012-08-30 22:19:34 -07:00
brettcannon
1b34c6d558
doc(misc) Mention how attribute names map to directive names.
2012-08-30 22:09:16 -07:00
phil
f7b4296c38
docs(tutorial): fix typo in step_00
...
Just removed an extra comma. No big deal.
2012-08-23 01:02:28 -07:00
brettcannon
5ef9ed87d8
fix(docs): Capitalize Angular.
2012-07-19 15:23:21 -07:00
brettcannon
bde931afd5
fix(docs): "were" -> "where"
2012-07-19 11:28:19 -07:00
brettcannon
6553fe68d1
fix(docs): Capitalize "URL".
2012-07-19 11:05:38 -07:00