Mads Konradsen
0c4f9fa574
docs(ie): remove fixes needed for IE8 since we don't support it now
...
Closes #10330
Closes #10316
2014-12-05 12:20:34 +00:00
Peter Bacon Darwin
7ad66527ba
docs(guide/migration): add info about change that could break isolated directive usage
...
Closes #10236
2014-12-05 11:32:25 +00:00
Caitlin Potter
32806caf13
docs(guide/css-styling): form controls are not always input elements
...
People frequently write custom form controls using the `ngModel` directive, this just
refactors the text to be more clear that this is possible (imho).
2014-12-02 22:00:00 -05:00
Caitlin Potter
9c113aa4af
style(guide/css-styling): remove trailing whitespace
...
Pretty self-explanatory, no mystery here.
2014-12-02 22:00:00 -05:00
Philipp Denzler
c8c9bbc412
docs(guide/Working With CSS): ng-touched/untouched
...
Add description for ng-touched and ng-untouched CSS classes.
Closes #10302
2014-12-02 17:13:34 -05:00
Carson McDonald
8df47db72f
docs(guide/scope): fix typo
...
Closes #10289
2014-12-02 19:21:02 +01:00
Georgios Kalpakas
c6b57f1ec6
docs(guide/accessibility): fix dangling links
2014-12-01 14:43:04 -08:00
Ates Goral
655ac6474b
docs(guide/ie): fixed minor typo
...
Closes #10251
2014-11-27 21:14:01 +01:00
Danny Shekhtman
e2b9eccde0
docs(guide): fix typo
...
Closes #10245
2014-11-27 08:53:05 +01:00
Jack Franklin
3109342679
docs(guide/unit-testing): improve unit testing guide
...
This commit adds to the unit testing guide:
- an explicit section on additional libraries: Karma, Jasmine and
angular-mocks and link to the docs for those projects too. Explain the
benefit and use case for each of these libaries
- fully featured test examples and add more documentation
around them, in particular the controller test
- a clear separation between the section on principles of testing
and the actual tutorial on writing a test
Closes #8220
2014-11-22 13:47:41 -08:00
Pawel Kozlowski
d3fb8dd776
docs($filter): clarify what is a valid filter name
...
Also updates the CHANGELOG to add info about this breaking some
previous invalid uses of $filter
Closes #10054
Closes #10131
2014-11-21 11:04:24 +00:00
Marcy Sutton
5b23bc9b07
docs(ngAria): Add Usage Details and Examples
...
Closes #10031
2014-11-14 18:08:42 -05:00
Marcy Sutton
9d1e87a3f1
docs(guide/accessibility): Content updates
...
Also includes new section on ngMessages
2014-11-14 18:06:59 -05:00
Chatchavan Wacharamanotham
7f857e44a2
docs(guide/compiler): replaced 'locals' with 'scope'
...
In "Understanding How Scopes Work with Transcluded Directives" section, a text referred to an
obsolete 'locals' instead of 'scope'.
Closes #10018
2014-11-14 11:03:24 -05:00
Pawel Kozlowski
8b775a0d58
docs(guide/expressions): clarify regexp literals usage in expressions
...
Closes #10026
Closes #10030
2014-11-12 22:50:21 +01:00
Blaise Kal
381b185117
docs(guide/expressions): replace curly quotes with straight quotes in code example
...
REAL QUOTES HAVE CURVES
Closes #10017
2014-11-12 13:50:09 -05:00
codef0rmer
5e78af769e
docs(guide/Index): add book AngularJS UI Development
...
Matthias and I wrote a book on AngularJS which might be helpful for Angular developers.
Merci~!
Closes #9971
2014-11-11 14:13:28 -05:00
Andreas Fischer
830846f664
docs(guide/Modules): missing "a" in "a collection"
...
Closes #10001
2014-11-11 12:24:30 +01:00
rsperberg
9cc6835819
docs(guide/Conceptual Overview): change "a" to "an" before "ng-controller"
...
Closes #9895
2014-11-10 20:41:04 +01:00
inphovore
ee1fc1dc13
docs(guide/Bootstrap): batarang link correction
...
Closes #9869
2014-11-10 19:42:20 +01:00
Arjunkumar
50e72fcae1
docs(guide/migration): typo fix
...
spell check propery to property
Closes #9937
2014-11-08 14:56:39 +01:00
Brian Ford
6dfd938bbc
docs(guide/index): link to security
2014-11-07 10:32:10 -08:00
Brian Ford
e593939411
docs(security): add security doc
2014-11-07 10:32:10 -08:00
rsperberg
7a4df50480
docs(guide/concepts): spell "Angular" with cap "A", fix typos
...
In these two instances, Angular was spelled with a lower-case "a." All occurrences should be spelled
consistently.
Compound adjectives preceding the noun they modify should generally be hyphenated (cf Chicago Manual
of Style, 6.40), e.g., "so-called directives."
Closes #9896
2014-11-06 14:16:16 -05:00
Adir
6550198003
docs(guide,tutorial): fix outdated Protractor API link
...
Link to the gh-pages deployment of protractor docs, it's much easier on the eyes.
Closes #9946
2014-11-06 13:57:50 -05:00
Marcy Sutton
c6909ed144
docs(guide/accessibility): Add in-depth guide
...
Closes #9930
2014-11-06 10:17:37 -05:00
Kent C. Dodds
da960544f1
docs(guide/Running in Production): ng-strict-di
...
Adding note about Strict DI mode.
Closes #9908
2014-11-05 14:43:13 -05:00
Tero Parviainen
0f7bcfdf93
docs(guide/scope): describe watch depths
...
Describe and visualize the three watch strategies: By reference, by collection items, and by value.
Closes #9388
2014-11-03 12:44:16 -08:00
Henry Zhu
2a2fd14c08
docs(guide/Forms): clarify ngModel behavior for validation
...
Bueno!
Closes #9866
2014-10-31 18:08:22 -04:00
Uri Goldshtein
2a0254e181
docs(guide/index): add link to angular-meteor
...
Bueno!
Closes #9844
2014-10-30 11:12:54 -04:00
Ralph Samuel
c3b3b90bc9
docs(guide/Scopes): add "the" in front of "DOM" on line 42
...
Closes #9818
2014-10-29 13:50:57 -04:00
Georgios Kalpakas
df3d739654
docs(guide/*): fix typos and links
...
Fix some typos and link-errors introduced in
d1ccf17635 .
Related to #9786
Closes #9800
2014-10-27 12:32:30 -04:00
Brian Ford
d1ccf17635
docs(guide/*): improve explanation of strictDi
...
Closes #9786
2014-10-27 04:26:43 -07:00
Brian Ford
c3fcbbd750
docs(guide/services): use array annotation in example
2014-10-27 02:51:02 -07:00
Brian Ford
29d727210d
docs(guide/bootstrap): link to batarang
2014-10-27 02:24:07 -07:00
Nehil Jain
3635721ce4
docs(guide/expressions): add commas to run-on sentences to make them clearer
...
Closes #9738
2014-10-22 10:49:18 -04:00
Jackson Ray Hamilton
0a380b4264
docs(guide/bootstrap): close script tag
...
Closes #9739
2014-10-22 00:44:53 -04:00
Po Chen
303610c743
docs(guide/location): fix a typo
...
Closes #9693
2014-10-20 13:20:05 +01:00
Peter Bacon Darwin
e1c0a8e642
docs(guide/introduction): remove ambiguous "code-behind" jargon
...
This commit tries to remove the jargon and explain in plain English what
it means to add "code-behind" via a directive.
Closes #9684
2014-10-20 10:32:06 +01:00
Brian Ford
35e2a068ad
docs(guide/forms): add ✨ animated gifs ✨
2014-10-19 11:25:35 +01:00
Peter Bacon Darwin
b64b9ea02c
docs(guide/directive): clarify directive matching example
...
Closes #9311
2014-10-19 11:02:02 +01:00
Martin Staffa
9078a6ae37
docs(guide/form): shorten line lengths for better readability
2014-10-17 23:23:45 +02:00
Martin Staffa
e9dcec0c5d
docs(guide/forms, input): add information how to modify built-in validators
...
Closes #5757
Closes #7798
2014-10-17 23:23:44 +02:00
Martin Staffa
d5457bb83b
docs(guide/forms): update custom validation section with $validators
2014-10-17 23:23:41 +02:00
Martin Staffa
c06e12276b
docs(guide/forms, ngModel): update list of css classes
2014-10-17 23:23:37 +02:00
Brian Ford
fb1b202f38
docs(guide/forms): improve readability and formatting
2014-10-16 15:17:32 -07:00
Alex Norton
49d03a5b2e
docs(guide/directive): fix typo
2014-10-15 15:05:02 -07:00
spaceribs
f277c56837
docs(directive): add an example showing templateUrl functions
...
Related to #2895
2014-10-13 14:55:17 -07:00
Richard
a708632c9f
docs(guide/unit-testing): use whitespace to improve readability
...
☆.。.:・゜☆ Merci (◜௰◝) ☆.。.:・゜☆
Closes #9572
2014-10-12 23:02:23 -04:00
Justin Walsh
9a2b6efd11
docs(guide/Working With CSS): add doc for ng-isolate-scope
2014-10-10 10:46:28 -07:00