victorbjelkholm
c6016a6a85
docs(tutorial): change controllers to not have name twice
...
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-11-14 14:47:01 +00:00
Mauro Carrero
b122194425
docs(tutorial/step-2): remove repeated "the"
...
Closes #4854
2013-11-14 13:24:26 +00:00
Peter Kosa
dbc6696b68
docs(tutorial/step-12): fix incorrect code filename
...
Closes #4860
2013-11-14 13:10:29 +00:00
Pete Bacon Darwin
bcc6e8d4f6
docs(tutorial): minimum required node.js version is 0.10
2013-11-13 22:43:34 +00:00
Tobias Bosch
3662140201
docs(guide/filter): Refactor filter guide docs
...
This refactors the filter guide docs into a single file.
Also removes out of date references to the fact that Angular used to enhance Arrays while evaluating expressions.
2013-11-07 14:14:57 -08:00
Renan Ivo
e53e2c2d58
docs(tutorial): add instructions to install karma plugins
2013-10-30 21:00:11 +00:00
Pete Bacon Darwin
f3e3a65e29
docs(tutorial/index): fix git clone URL
...
Closes #4536
2013-10-27 21:54:51 +00:00
Sean Fahey
05bc53d34d
docs(tutorial/step-11): add missing dependencies
...
Closes #4633
2013-10-26 19:33:16 +01:00
Jesse Palmer
34b1ceb42e
docs(tutorial/step-7): add doctype directive to example
...
Closes #4552
2013-10-25 22:09:38 +01:00
DanS
c1e6afca11
docs(tutorial/step-2): add beforeEach to load module
...
The non-global controller test throws an error because the test does not
know about the module and so can not find the controller. This change
tells the test about the module so the test can find the controller.
Closes #4489
2013-10-25 22:03:10 +01:00
phamdt
4645c95702
docs(tutorial/step-5): fix wrong link to services guide
...
Closes #4477
2013-10-25 21:51:23 +01:00
Walter Higgins
88e35fa8d6
docs(tutorial/step_00): reword sentence to make sense
...
Closes #4429
2013-10-24 22:11:56 +01:00
Josh McAdams
1c621bdf23
docs(tutorial/step-07): fix typo
...
Closes #4410
2013-10-24 20:43:32 +01:00
Vojta Jina
14438058da
docs: correct broken links
...
This also contains some whitespace corrections by my editor.
2013-10-18 15:35:41 -07:00
commonlisp
0f16b1d32e
docs(tutorial/step-07): fix typo
...
Closes #4390
2013-10-14 07:34:17 +01:00
Patrick Canfield
27519e9a33
docs(tutorial/step-05): fix incomplete sentence
...
Closes #4399
2013-10-14 06:28:05 +01:00
Patrick Canfield
4696af79ec
docs(tutorial/step-04): actually add age property to the code example
...
Closes #4400
2013-10-14 06:25:20 +01:00
royling
b76ed0b28c
docs(tutorial/step-5): add missing formatting to examples
...
The indenting doesn't work for code samples that are inside bullet points.
Closes #4403
2013-10-14 05:47:06 +01:00
Brian Ford
b103fae8c7
docs(tutorial/step12): fix callout formatting
2013-10-11 16:34:37 -07:00
Brian Ford
6df2b8a968
docs(tutorial/step07): explain injecting providers in callout
2013-10-11 16:34:02 -07:00
Brian Ford
55998a6371
docs(tutorial/step12): summary link to closing notes
2013-10-11 16:15:36 -07:00
Brian Ford
c40b977d94
docs(tutorial/step11): use DI annotations, fix summary
2013-10-11 16:15:36 -07:00
Brian Ford
8ec7668131
docs(tutorial/step10): use DI annotations
2013-10-11 16:15:36 -07:00
Brian Ford
a61d7999a4
docs(tutorial/step08): use DI annotations
2013-10-11 16:15:36 -07:00
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