Martin Probst
9d0a69772c
feat(Angular.js): add externs file for Closure Compiler
...
This adds an (incomplete) externs file for use with the Closure Compiler. Users
can pass this as -extern to the compiler pass to get type checking and protect
their AngularJS use against property renaming in advanced compilation mode.
2013-10-30 15:15:03 -07:00
Pete Bacon Darwin
117de8e6e2
docs(api): fix broken links
2013-10-30 21:24:20 +00:00
Fred Sauer
2ae29b1ce3
docs(api): fix broken links
...
Closes #4705
2013-10-30 21:16:38 +00:00
Adam Bowen
89a67ca77c
docs(guide/injecting-services): fix indentation in example
...
Closes #4714
2013-10-30 21:08:33 +00:00
Pete Bacon Darwin
627f9ba091
docs($route): split over-length line
2013-10-30 21:03:10 +00:00
Renan Ivo
e53e2c2d58
docs(tutorial): add instructions to install karma plugins
2013-10-30 21:00:11 +00:00
Andrew Jackson
217feda041
docs($route): change example module name
...
The name of the example module is `ngView`, which might cause needless confusion.
Changed name to `ngViewExample`, which should make it clearer.
Closes #4702
2013-10-30 20:58:10 +00:00
El Juli
6e77f80827
docs(guide/e2e-testing): fix typo
...
Closes #4700
2013-10-30 20:56:38 +00:00
JoeLeCodeur
d355b6c48e
docs(api): improve grammar
...
Closes #4690
2013-10-30 20:55:43 +00:00
Pete Bacon Darwin
a1c9a41639
docs(CONTRIBUTING.md): add more info for contributors
...
Closes #4636
2013-10-30 20:53:34 +00:00
andre
8a3aba7358
docs(guide/understanding_controller): correct grammar
...
Add the word "to" to improve grammar.
Closes #4698
2013-10-30 20:52:18 +00:00
Matias Niemelä
d434eabec3
fix($animate): use direct DOM comparison when checking for $rootElement
...
Closes #4679
2013-10-28 22:47:47 -07:00
Matias Niemelä
7f0767acab
fix($animate): ensure former nodes are fully cleaned up when a follow-up structural animation takes place
...
Closes #4435
2013-10-28 21:26:35 -07:00
Gabor Csizmadia
3d4c80cc3e
docs(guide/directive): fix myDraggable for zoomed page
...
If you have zoomed into the page in your browser then the screen coordinate system no longer
matches the page coordinate system. To ensure that dragged elements work correctly when zoomed
we should use pageX/pageY rather than screenX/screenY.
Closes #4687
2013-10-28 22:01:15 +00:00
Pete Bacon Darwin
d3b38dda06
docs(guide): improve links to books
...
Nested bullet points don't appear very nicely so resorted to nested
heading for the Learning Resources and in particular Books sections.
Closes #4677
2013-10-28 21:27:30 +00:00
Christopher Hiller
32b3494aa1
docs(guide): add link to book
2013-10-28 21:27:29 +00:00
Pete Bacon Darwin
cf54510b2c
docs($provide): fix link to factory section
2013-10-28 21:27:28 +00:00
Matias Niemelä
6818542c69
fix($animate): ensure enable/disable animations work when the document node is used
...
Closes #4669
2013-10-28 14:26:07 -07:00
Matias Niemelä
7484830744
feat(ngAnimate): provide support for staggering animations with CSS
2013-10-28 15:00:47 -06:00
royling
29e40c1f1c
docs(guide/compiler): fixed a typo
...
Closes #4674
2013-10-28 20:30:06 +00:00
Derek Hammer
6d23591c31
fix(angular-mocks): add inline dependency annotation
...
Annotation allows the angular-mocks to be minified, which sometimes happens with frameworks that
automatically process files before running tests.
Also, some developers have been using this library in code for their applications.
This is not recommended as the library is only designed to support testing and not production
applications. If you are likely to want to use the code here in production you would be best
forking and maintaining your own version of the code as we will not guarantee that we won't
break the annotation of the code in the future.
Closes #4448
2013-10-28 19:45:00 +00:00
Igor Minar
18ae985c3a
fix($compile): don't instantiate controllers twice for element transclude directives
...
This is a fix for regression introduced last week by faf5b980 .
Closes #4654
2013-10-28 01:11:18 -07:00
Igor Minar
797c99eabe
style(compileSpec): reorder and cleanup tests for $compile's transclusion feature
2013-10-28 01:11:17 -07:00
Pete Bacon Darwin
f3e3a65e29
docs(tutorial/index): fix git clone URL
...
Closes #4536
2013-10-27 21:54:51 +00:00
Jarrett Harris
c9a1df3ae9
docs($resource): fix typo
...
Closes #4670
2013-10-27 21:51:53 +00:00
netpoetica
c36e73de03
docs(guide/e2e-testing): callout ngmodel vs attr
...
Add note that `input()` fn matches ng-model instead of HTML name attribute.
About five users on forums were snagged by this assumption:
http://docs.angularjs.org/guide/dev_guide.e2e-testing#comment-898079915
Closes #4655
2013-10-27 21:48:50 +00:00
Yuriy Bilogub
0429f6c7f5
docs(form): fix typo
...
Close #4671
2013-10-27 21:42:23 +00:00
Matias Niemelä
7c5e2511fd
chore(ngdocs): improve the docs search placeholder text
2013-10-27 21:30:54 +00:00
Leif Halvard Silli
8e5e641c0e
docs(guide/ie): fix typo
...
The escaping of the colon in the example CSS is incorrect.
Replace `ng\\:view {` with `ng\:view {`
Closes #4570
2013-10-27 21:27:49 +00:00
Valentyn Shybanov
dfccdd5b86
docs($location): document $location's events
...
Closes #1569
Closes #4446
2013-10-26 20:20:42 +01:00
gabriel-tessier
2cdb588b86
docs(guide/unit-testing): fix typo
...
Closes #4601
2013-10-26 20:15:50 +01:00
Pete Bacon Darwin
0bbb9e6258
docs(error/compile/tplrt): split long lines
2013-10-26 20:14:08 +01:00
gdennie
81d5bc860d
docs(error/compile/tplrt): clarify and grammar
...
Closes #4503
2013-10-26 20:14:08 +01:00
gdennie
9f2c8e935a
Clarification stemming from my own issues
...
It is instructive to give literal examples that reflect common (my) experience of the problem. :)
2013-10-26 20:09:09 +01:00
Pete Bacon Darwin
256fcb6884
docs(guide/compiler): clarify wording
...
Closes #4668
2013-10-26 20:07:00 +01:00
douglascalhoun
9453c61093
docs(guide/compiler): fix typo
...
Closes #4667
2013-10-26 19:58:05 +01:00
Preston Marshall
8b74738568
docs(guide/e2e-testing): add note about Protractor replacement
...
Add a note to warn people starting new projects about Protractor replacing the
current ngScenario way of doing E2E testing.
Closes #4644
2013-10-26 19:50:43 +01:00
@supercobra
96da4c14a7
docs(api/index): improve grammar
...
Closes #4648
2013-10-26 19:49:14 +01:00
Joe Grund
a4d3146ee9
docs(guide/directive): correct reference to myDir rather than ngBind
...
Closes #4647
2013-10-26 19:47:43 +01:00
George Bonner
d1a285e5d3
docs(guide/overview): improve grammar and readability
...
Closes #4639
2013-10-26 19:43:35 +01:00
Andrew Stuart
3cfe9575e9
docs(guide/understanding_controller): apply a more intuitive metaphor
...
The BabyCtrl was a bit confusing and GrandChildCtrl seems to make more sense
with the whole "scope inheritance" concept.
Closes #4634
2013-10-26 19:36:53 +01:00
Sean Fahey
05bc53d34d
docs(tutorial/step-11): add missing dependencies
...
Closes #4633
2013-10-26 19:33:16 +01:00
rjferguson21
28ab4b600a
docs($q): promises are no longer automatically unwrapped, by default
...
Although it is still possible to turn this on, the feature is deprecated and it is
best to remove this mention completely here.
Closes #4632
2013-10-26 19:29:27 +01:00
Pete Bacon Darwin
fca7bcaf43
docs(guide/directive): improve wording
2013-10-26 19:24:03 +01:00
thorn0
9f0d4085e7
docs(Angular.js): angular.equals calls itself recursively on objects
...
Closes #4622
2013-10-26 18:57:59 +01:00
mgechev
af34a4a2c0
docs(http): add missing brace in the 2nd interceptors example
...
Closes #4621
2013-10-26 18:53:41 +01:00
Joey Organisak
a1806bb460
docs(guide/directive): we are registering directives, not controllers
...
Closes #4615
2013-10-26 18:51:44 +01:00
David Bennett
31ebeeef7d
docs(ngForm): ensure correct attribute name in usage example
...
Closes #4611
2013-10-26 18:18:53 +01:00
David Bennett
e73bd40e85
docs(ngdoc.js): fix usage to display attributes as dash-case
...
Closes 4611
2013-10-26 18:17:54 +01:00
micole
ab3a3bf07a
docs(CONTRIBUTING.md): explain we cannot accept localization changes
...
Angular uses the I18N code from Closure library to generate its own localization
files. So there is no point submitting pull requests for these files, since
all changes would be lost when we next generate these files.
Closes #4610
2013-10-26 18:10:44 +01:00