Zachary Friedman
9e88fa18b9
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:45:05 +01:00
brakon
6a634e309b
docs(guide/e2e_testing): clarify that .enter searches by ng-model
2013-09-13 12:34:40 +01:00
cjmling
bc72211e7b
docs(tutorial/step-10): fix incorrect link to step-8 tests
...
Closes #3972
2013-09-11 20:50:26 +01:00
Randi Hillerøe
10016ab3fd
docs(guide/concepts): remove div-clear-tags that break the formatting
...
Closes #3974
2013-09-11 20:37:44 +01:00
Anthony Tran
8a7240ddfd
docs(forms.ngdoc): fix spacing in example
...
Closes #3930
2013-09-09 17:31:45 +01:00
Alexander Kaidalov
08a07f2d30
docs(tutorial): fix markup for tutorial_03.png diagram
...
Closes #3707
2013-09-05 14:11:52 +01:00
Alexander Kaidalov
b1143c9481
docs(tutorial): fix markup for tutorial_04.png diagram
2013-09-05 14:08:58 +01:00
Pete Bacon Darwin
73e1d0054c
docs(tutorial): clarify use of inject() in step 9
...
Closes #3718
2013-09-05 13:58:34 +01:00
Nick Donohue
230ff0576a
docs(css_styling_guide): add ng-scope and ng-binding classes
...
I noticed angular was adding these css classes to elements and believe they
should be listed in the documentation at this page. The ng-scope class is
mentioned in the developer guide, hence the link there, and the ng-binding
class is not mentioned anywhere else in the documentation or the guide that
I found.
Closes #3728
2013-09-05 13:07:10 +01:00
Calvin Fernandez
9b2b93d9bd
docs(bootstrap.ngdoc): clarify bootstrap example
...
Clear up confusion about module declaration when using manual bootstrap.
2013-09-05 10:24:22 +01:00
phanboy4
8c72549cc2
docs(guide): update description of $inject mechanism to be a little clearer
2013-08-28 13:43:28 -07:00
Brian Ford
bba5214930
docs(overview): improve grammar
2013-08-22 17:40:50 -07:00
ghodss
3d70e55d72
docs(guide): warn about module creation versus retrieval
...
Updated Module documentation to include the suggestion of the top-rated comment: "This documentation should warn that "angular.module('myModule', [])" always creates a new module, but "angular.module('myModule')" always retrieves an existing reference."
2013-08-22 10:59:29 -07:00
Marcel Morgan
792509e987
docs(guide): grammatical corrections to Form and Control definitions
2013-08-22 09:15:50 -07:00
ebeal
da720712f3
fix(tutorial): fix broken link caused by bad line break
2013-08-14 15:46:48 -07:00
Siddique Hameed
fe6247a7f8
docs(guide/unit-testing): add expression example
...
* Improved developer guide, directive unit testing documentation code with scope expression
* Removed documentation block with nothing on it
2013-08-12 16:23:39 -07:00
Roland
89366bdbf9
docs(guide): remove superfluous });
2013-08-12 16:23:37 -07:00
Matias Niemelä
1c3a46adda
chore(ngdoc): wrap all pages inside of a container tag for easy styling
2013-08-07 22:11:45 +01:00
Mark Campbell
ed703d8e2c
docs(guide/controller): fix wording in list of 'Do not use'
...
Wording has been changed in two of the examples to read naturally.
For example:
From: 'Do not use controllers for to run stateless or stateful code
shared across controllers'
To: 'Do not use controllers for sharing stateless or stateful code
across controllers'
Closes #3454
2013-08-03 22:06:03 +01:00
Igor Minar
9c53d0769e
revert: fix(location): fix parameter handling on search()
...
This reverts commit 90532f5e3c .
The commit contains references to minErr that are not available
in the stable branch.
2013-08-01 09:34:56 -07:00
Misko Hevery
90532f5e3c
fix(location): fix parameter handling on search()
2013-07-31 17:10:10 -07:00
Roland
7f6da764e1
docs(tutorial): mention the controller along the scope
2013-07-27 17:14:30 +01:00
Roland
6926ef8f67
docs(tutorial): add formatting
...
the string literal {{query}} was missing as it was not enclosed into ``
2013-07-27 16:07:51 +01:00
Roland
bba2b7cfce
docs(tutorial): add that the test also creates a controller
2013-07-27 15:53:35 +01:00
Braden Shepherdson
d26bffbc3f
docs(bootstrap): Note that ngScenario requires ngApp
...
ngScenario expects an ngApp directive to be used, and doesn't work for
manually bootstrapped apps. The failure mode is to hang on navigation.
Trying to make this wont-fix bug less obscure by documenting it.
Eventually Protractor will replace ngScenario and fix this.
2013-07-23 20:35:03 +01:00
sdesmond
caa12dbc57
docs(di): promote registering controllers on modules
2013-07-14 16:23:04 +02:00
sdesmond
3364d69a3b
docs(guide): clarify example
2013-07-10 22:58:43 +02:00
sdesmond
e6c9bfa4a9
docs(guide): example filter does not conditionally assign a color
2013-07-10 22:55:03 +02:00
Robert Fauver
7a3e182e9c
docs(guide/di): fix typo
2013-07-10 22:30:53 +02:00
Tay Ray Chuan
2471f6b01c
docs(contribute): improve git instructions
2013-07-10 22:23:12 +02:00
Lefteris Paraskevas
1fefafd09f
docs(overview): fix typo
...
Removed repeated "the" in the sentence: The input invalidates itself by turning red when you enter invalid data or leave "the" the input fields blank (Line 137).
2013-07-10 22:12:27 +02:00
tgkokk
0823f6dfab
docs(guide/e2e-testing): fix typos
2013-07-07 20:32:06 +01:00
Andrew O'Brien
36447cb2b5
docs(guide/directive): make directive controller minification-safe
...
It is best to emphasize that the "controller" property needs to be min safe
Closes #3125
2013-07-04 00:29:10 +01:00
exex zian
5f24bb0267
docs(tutorial/step9): formatted Unicode character line
...
Add tick and cross mark corresponding to their respective unicodes.
2013-07-02 22:50:52 -07:00
Niall Smart
78728df099
docs(guide/location): fix example code - hashPrefix is a method
2013-07-02 10:01:51 +01:00
Igor Minar
cef8466419
docs(misc/faq): remove obsolte t-shirt instructions
2013-06-28 11:27:55 -07:00
Adam
89c8c93b9a
docs(guide/e2e-testing): clarify description of input(name) selector
...
The description of the input selector made it seem that you were selecting
an input element based upon it's name attribute. In reality, you are
selecting an element by the string in the ng-model attribute.
2013-06-27 20:46:09 +01:00
Nelson Blaha
2ccfaffa74
docs(tutorial): add experiment showing reverse sort
2013-06-27 19:36:46 +01:00
Jeffrey Palmer
192672a162
docs(guide/controller): fix an error in the scope inheritance example
...
The chained scope creation example at the bottom of this document was using the childCtrl to create the babyScope, instead of the childScope.
2013-06-25 23:54:33 +01:00
Domenic Denicola
7f4e658d3d
docs(guide/expression): remove reference to NullPointerException
2013-06-25 21:13:56 +01:00
NimaVaziri
ae8deb1246
docs(cookbook/helloworld): display "World" if no name is entered
2013-06-20 14:40:07 +01:00
sarkasm
1b234cb7af
docs(directive): fix typo
2013-06-19 11:51:18 +01:00
gdi2290
d219442945
docs(tutorial): add missing 'node' command and <code> tags
2013-06-18 22:05:43 +01:00
John Bohn
2b33be47cb
docs(tutorial/step_07): add commas make tutorial read more clearly
2013-06-18 21:57:21 +01:00
Ore Landau
7aa9fecab8
docs(guide/di): fix headings hierarchy
2013-06-13 22:51:11 +01:00
Jad Naous
67744384e8
docs(guide/e2e-testing): fix verb tense
2013-06-13 22:37:33 +01:00
Ore Landau
17c401d09a
docs(tutorial/step_05): apply more useful link to services
2013-06-13 21:15:32 +01:00
Pete Bacon Darwin
7eb15c46a2
docs(guide/bootstrap): clarify manual bootstrapping
2013-06-12 20:42:12 +01:00
Igor Minar
3e94a2c54d
docs(faq): update customink order info
2013-06-10 11:39:26 -07:00
Jared Forsyth
b1e488f5d7
docs(guide/unit-testing): fix typo
2013-06-04 22:28:58 +01:00