Dave Peticolas
5efc2ed5ac
docs(ngHref): fix formatting and clarify
...
Closes #4106
2013-09-25 22:33:13 +01:00
lorint
f9bf194439
docs(jqLite): fix typo
...
Closes #4105
2013-09-25 22:31:19 +01:00
gdennie
3c4460b513
docs(guide/$location): provide a title for section about replace()
...
Closes #4104
2013-09-25 22:30:10 +01:00
gdennie
a98931de0e
docs(guide/$location): clarify $location service role
...
Clean up confusing use of the term URL to refer to $location as well as 'URL in the browser'.
Closes #4103
2013-09-25 22:27:43 +01:00
Mr.Raindrop
7e5154e755
docs($http): fix adding default header to get request example
...
Initially, `$httpProvider.defaults.headers.get` is `undefined`, so
`$httpProvider.defaults.headers.get['My-Header']='value'` will throw an
error.
Closes #4101
2013-09-25 22:27:33 +01:00
janhartigan
ec6b1cfaba
docs(guide/e2e-testing): Fix typo
...
Closes #4100
2013-09-25 22:27:06 +01:00
Pete Bacon Darwin
8d8801f1ae
fix(ngScenario): fix error message description
2013-09-25 12:43:03 +01:00
Boris Serdyuk
301647bf1b
refactor(angular.toJson): use charAt instead of regexp
...
Provides a performance improvement when serializing to JSON strings.
Closes #4093
2013-09-23 11:16:33 +01:00
Pete Bacon Darwin
1c03a1b9c0
docs(ngModelController): clarify issue with isolated scope directive
...
See #4043
2013-09-19 21:09:20 +01:00
ts-web
fd797cdb7e
docs(input): fix spelling error and reword for clarity
2013-09-19 21:09:20 +01:00
Dave Peticolas
ed1dbf2554
doc(ngApp): fix grammar
2013-09-19 20:17:49 +01:00
Jared Forsyth
022cb3dc4e
docs($exceptionHandler): add an example of overriding the handler
...
Closes #3816
2013-09-19 14:51:50 +01:00
Maarten Stolte
4f107acfcf
docs(guide/i18n): change non-existent de-ge to de-de
...
The de-ge locale does not exist
Closes #4053
2013-09-19 11:27:20 +01:00
Dave Peticolas
f363bcb437
docs(ngForm): fix grammar and improve explanation
...
Closes #4050
2013-09-19 10:41:30 +01:00
Ash
7b2259f32c
docs(guide/$location): describe workaround for collocated apps
...
When using Angular in the root of a domain with HTML5 URLs
where there are links to external paths within the same directory,
the `otherwise` route handler will catch these external files.
This can be fixed by prefixing '.' onto the links to URLs that should
be handled by angular routing.
Original Issue: #3520
Example of Fix: http://fiddle.jshell.net/fgHf6/3/
Closes #3555
2013-09-18 14:34:39 +01:00
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
Hubert SABLONNIÈRE
094580c3da
fix(scenario): include "not " in error messages if test is inverted
...
Closes #3840
2013-09-18 12:34:25 +01:00
James
cc4d08c5f0
docs(input): clarify that contenteditable is an HTML5 attribute
...
Closes #3841
2013-09-17 11:44:04 +01:00
Jesse Palmer
d0ae241afd
docs(orderBy): fix typo in orderBy.js documentation
...
Closes #3838
2013-09-16 22:29:25 +01:00
Dave Peticolas
e1f103a8e4
doc(api): fix grammar in a directive description
...
- Add missing words.
- Simplify text.
2013-09-16 16:36:19 +01:00
Dave Peticolas
d17aa84be1
docs(api): fix grammar in ngClick description
...
- Add missing word 'directive'.
- Add missing word 'an'.
2013-09-16 16:33:51 +01:00
Ben Tesser
e87c88914f
docs($browser): add jsdoc tags and fix typo
2013-09-13 21:37:51 +01:00
Dean Sofer
b5d48ee1f0
docs(ngController): rephrased the description for clarity
2013-09-13 14:27:26 +01:00
Pete Bacon Darwin
1c010b33aa
docs($http): add examples when calling $http outside $apply
...
Closes #3996
2013-09-13 14:20:14 +01:00
Dang Nguyen Anh Khoa
16c7ab1ba0
docs($http): explain why $http may not make the request immediately
...
I came across this issue today and after researching has found out this thread on so:
http://stackoverflow.com/questions/17039998/angular-not-making-http-requests-immediately .
It took me quite sometimes to figure out this so I hope the addition in documentation could save somebody else some times and frustration.
2013-09-13 14:20:14 +01:00
Gowtam Lal
9ef5d8f318
fix(ngOptions): ignore object properties which start with $
2013-09-13 13:22:36 +01:00
brakon
6a634e309b
docs(guide/e2e_testing): clarify that .enter searches by ng-model
2013-09-13 12:34:40 +01:00
Woody Peterson
13f58447e2
test($browser): correct false positive in ApplicationSpec.js
...
Previously, the check that Application should return a new $window and
$document had the arguments reversed in the first call to navigateTo;
thus, the subsequent check of inequality of $window and $document in the
next navigateTo call would always pass.
This corrects the argument order, which makes this test not succeptible
to false positives.
2013-09-11 22:21:12 +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
Paxton Hare
230e124ddb
docs(ngModel): provide link for best practices.
...
Closes #3973
2013-09-11 20:42:15 +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
Butch Peters
69dc003a0b
docs(Attributes): add missing documentation for $observe method
...
- Add proper ngdoc annotations to existing $observe documentation
- Add link to directive guide for usage example of $observe
- Add note about $observe function parameter signature
Closes #3957
2013-09-11 12:11:57 +01:00
naorye
ae2fd55575
docs($q): clarify what happens when rejected
...
Closes #3943
2013-09-10 22:09:01 +01:00
jakub-bochenski
f102fb75b6
docs(angular.copy): clarify corner cases
...
The behaviour when null or undefined was passed was not clear.
The exception thrown when source == destination was not documented.
Closes #3946
2013-09-10 22:07:22 +01:00
Anthony Tran
8a7240ddfd
docs(forms.ngdoc): fix spacing in example
...
Closes #3930
2013-09-09 17:31:45 +01:00
Richard
ac70ec0340
docs(README): add dashboard link
...
Closes #3934
2013-09-09 12:26:41 +01:00
Pete Bacon Darwin
dbd90a4d78
docs(mock.inject): fix typo
2013-09-09 08:44:25 +01:00
JasonM23
5b1f9b3c2b
docs(mock.inject): document underscore wrapping syntax
...
Add a summary describing the ignored underscore syntax sugar helper,
with a simple use case example.
Closes #3621
2013-09-05 14:35:25 +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
Pete Bacon Darwin
33ab261817
docs(booleanAttrs): improve parameter docs for boolean attributes
2013-09-05 13:29:21 +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
Pete Bacon Darwin
e3371d7c53
docs(angular.bootstrap): clarify modules parameter
...
It was not clear what you could pass to specify modules to load in the
`module` parameter of this function. The `modules` parameter takes an
array.
The main case is to provide a String, which is the name of a "predefined"
angular module.
The side cases are to provide a Function (or an annotated function in the
form of an Array), which will be invoked by the injector as a run block.
It is not possible to "define" new modules via this parameter.
Closes #3692
2013-09-05 12:19:18 +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
Pete Bacon Darwin
d7fb721b4d
docs(): parameter for html5Mode is boolean
2013-09-05 10:02:07 +01:00
Ben Lesh
e7cfa5c2bf
docs($anchorScroll): provide an example of basic usage.
...
Per a request made by Peter Bacon Darwin here: http://www.benlesh.com/2013/02/angular-js-scrolling-to-element-by-id.html?showComment=1370941217879#c8718313084813008967
2013-09-05 08:34:35 +01:00
jankuca
2a3212a0a3
fix($http): allow empty responses to be cached
...
Closes #3809
2013-09-02 11:48:14 +02:00
Igor Minar
7a08a76875
chore(build): add jenkins_build.sh file
...
cherry-pick from the master branch with the promises-aplus tests
removed.
2013-08-30 23:36:17 +02:00
Brian Ford
22a09dddc6
chore: upgrade grunt packages to match master
2013-08-28 14:59:26 -07:00