Peter Bacon Darwin
8849d70af8
docs(api/index): fix ambiguous ngClick link
...
ngClick appears in more than one module so we must make it explicit.
2014-02-16 19:03:43 +00:00
Peter Bacon Darwin
457cf0a702
docs(examples): fix example dependencies
2014-02-16 19:03:43 +00:00
Peter Bacon Darwin
24a87d90f2
chore(doc-gen): provide example dependencyPath in config
2014-02-16 19:03:42 +00:00
Peter Bacon Darwin
0b35521d8f
chore(doc-gen): move git info into its own processor
2014-02-16 19:03:42 +00:00
Peter Bacon Darwin
4a938213df
chore(docs-indexPage.template): add onload handler for Google Analytics
2014-02-16 19:03:42 +00:00
Peter Bacon Darwin
6a5a8970a0
chore(indexPage.template): add back Google analytics and offline support
2014-02-16 19:03:42 +00:00
Peter Bacon Darwin
b2dc078943
chore(docs): remove 'AngularJS ' prefix from version drop-down
2014-02-16 19:03:42 +00:00
Julie
cd508678cd
chore(protractor-generator): add dgeni processor for protractor
2014-02-16 19:03:42 +00:00
Peter Bacon Darwin
0f77bd6d0a
docs(misc): add landing page for the miscellaneous area
2014-02-16 19:03:42 +00:00
Peter Bacon Darwin
9b6fc8a4cf
docs(tutorial): give the tutorial landing page a better name
2014-02-16 19:03:42 +00:00
Peter Bacon Darwin
389d4879da
chore(doc-gen): new docs
...
chore(doc-gen): implement dgeni
2014-02-16 19:03:41 +00:00
Peter Bacon Darwin
a564160511
docs(bike-shed-migration): fix url-based links refs to AUTO module
2014-02-16 19:03:41 +00:00
Caitlin Potter
f7d28cd377
docs(all): convert <pre>/</pre> snippets to GFM snippets
2014-02-16 19:03:40 +00:00
Peter Bacon Darwin
1ca22a3dc8
docs(bike-shed-migration): move ng module doc into Angular.js
2014-02-16 19:03:40 +00:00
Peter Bacon Darwin
bd4ffaba53
docs(bike-shed-migration): change tutorial doctype and add @step tag
2014-02-16 19:03:40 +00:00
Peter Bacon Darwin
c7e815f63b
docs(bike-shed-migration): fix up links outside the domain
...
It is safer to use markdown style links and save jsdoc style links for
internal links and code references
2014-02-16 19:03:40 +00:00
Stéphane Reynaud
e7ab857ddb
docs(guide/$location): correct link to HTML5 draft section 5.5 (history api)
...
Previous link url is no longer served, responds with bad link (error 404). This change corrects the
URL to point to section 5.5 of the draft. The old URL appears to have been removed from service in
2012.
Corrects the link to "History API"
Closes #6225
2014-02-12 08:26:21 -05:00
Jason Schapiro
72894f0dd2
docs(tutorial): inject phonecapApp module into unit test
...
When I was reading this doc I was thinking "but what about phonecatApp?" and when I looked in the
file from the step-11 branch there it is. Should be reflected in the docs as well
Closes #6209
2014-02-11 21:29:47 -05:00
Stéphane Reynaud
ef4bf8c77c
docs(guide/index): replace "shold" to "should"
...
Replace "shold" to "should"
Closes #6216
2014-02-11 11:46:36 -05:00
Igor Minar
b6ab826c4b
style(guide): remove ws
2014-02-10 17:09:35 -08:00
Jeremy Likness
71f974b459
docs(guide): add new resource links
...
Added a link to 10 reasons to use and online courses for Angular
Closes #6194
2014-02-10 17:09:34 -08:00
Igor Minar
945fc1a4bc
style(guide/concepts): remove ws
2014-02-10 16:19:10 -08:00
Sequoia McDowell
ec900cabfc
docs(guide/concepts): removing confusing use of hoisting
...
Closes #6207
2014-02-10 16:19:10 -08:00
Mark Miyashita
f99fe799e2
docs(faq): add link to MIT license
...
Closes #6197
2014-02-10 15:58:34 -08:00
Sequoia McDowell
2dfbc083c5
docs(concepts): Remove pointless * 1s
...
Closes #6206
2014-02-10 15:15:30 -08:00
Victor Berchet
27613fd500
docs(guide/scope): fix a typo
...
Signed-off-by: Caitlin Potter <caitpotter88@gmail.com >
Closes #6202
2014-02-10 18:09:03 -05:00
Julie
ad275b2265
refactor(doc): separate end to end tests into jquery and jqlite files
2014-02-07 20:41:11 -08:00
asif22
bf4b0dbd46
docs(misc): fix typo in "getting started" docs
...
changed "building and application" to "building an application"
Closes #6156
2014-02-06 11:15:13 -05:00
Julie
84467d8697
refactor(testing): run end to end tests on separate browsers in parallel
2014-02-05 15:40:16 -08:00
Julie
0e85ca9ddb
chore(testing): run end to end tests on firefox and safari as well as chrome
...
Update the Travis and Jenkins configs to run protractor tests on Safari and Firefox as well,
and make the Travis tests run output XML and turn off color.
Fix tests which were failing in Firefox due to clear() not working as expected.
Fix tests which were failing in Safari due to SafariDriver not understanding the minus key,
and disable tests which SafariDriver has no support for.
2014-02-05 15:39:59 -08:00
Julie
e7face4728
chore(end2end): remove old references to the scenario runner and update to point to protractor
2014-02-05 15:39:46 -08:00
Nicolas Leger
c5f69e3f64
chore(ngdoc): fix misspellling of Naturally in sortVersionsNatrually
...
Corrects "sortVersionsNatrually" method name in `ngdoc.js` in "sortVersionsNaturally"
2014-02-04 16:43:39 -08:00
Alan Rubin
8205158e47
docs(animations): ngClass usage should link to ngClass documentation
...
Fixing reference to ngClass documentation
Closes #6089
2014-02-03 09:14:45 -05:00
Jorg
ef210e5e11
fix($http): update httpBackend to use ActiveXObject on IE8 if necessary
...
window.XMLHttpRequest is not always available in IE8 despite it not running in quirks mode,
in which case Angular should be using the ActiveXObject instead. Just checking the browser
version is taking too many shortcuts.
Closes #5677
Closes #5679
2014-01-31 16:52:42 -08:00
Stéphane Reynaud
fd61e222c3
docs(guide/templates.css-styling): fix "{{}}"
...
Replace {{}} to `{{}}` so that "{{}}" is rendered in the HTML page
Closes #5950
2014-01-31 16:31:06 -08:00
Manan
7a78aed160
docs(compile/nodomevents): fix typo ng-mode -> ng-model
...
correcting directive name to ng-model instead of ng-mode in nodomevents.ngdoc
Correcting use of ng-model directive
Closes #6036
2014-01-29 08:51:02 -05:00
Julie
7aef2d54e0
test(docs): convert example end to end doc tests from scenario runner to protractor
...
Thanks to jeffbcross, petebacondarwin, btford, jdeboer, tbosch for contributions!
Closes #6023
2014-01-28 14:14:20 -05:00
Julie
ce37ae2868
docs(cookbook): remove the cookbook docs
...
The cookbook docs are now superceded by the guide. They are no longer available
in any menus and the only way to find them is to search for them. Remove!
Closes #5967
2014-01-28 14:12:52 -05:00
Brian Ford
f54f0f98a0
chore(docs): remove note about removing disqus
2014-01-27 11:46:18 -08:00
Matias Niemelä
131410b61b
docs(search): make sure the forward slash doesn't focus on search while on another input element
...
Closes #5969
2014-01-24 13:02:50 -05:00
Brian Ford
40dc806e03
docs(guide/filter): link to an example of a filter unit test
2014-01-23 13:43:31 -08:00
Peter Bacon Darwin
5e9835b4f2
docs(ngdoc): ensure module installation docs are accurate
...
The ngMock module is built into a package called angular-mocks, which is
not named consistently and the docs were giving invalid info.
Closes #5810
2014-01-23 17:27:30 +00:00
matthewhintzen
7cf5544a9f
docs(tutorial): update step_12.ngdoc
...
This time I feel good about this modification to the document, the code listing
on the tutorial page for the animation.js DID NOT match what was actually IN the
file for that branch. Updated tutorial to reflect actual contents of file
Closes #5922
2014-01-21 17:23:05 -08:00
Igor Minar
310f129c1d
docs(guide/directive): clarify attr object definition
...
Closes #5884
2014-01-21 17:14:00 -08:00
Igor Minar
0fc64ad8a1
style(guide/directive): remove ws
2014-01-21 17:12:34 -08:00
Jan Hancic
12d1f5700d
chore(docs): add spacing to tutorial buttons
...
Added 5px of right margin to tutorial buttons (Previous, Live demom ...).
Closes #5901
2014-01-21 17:04:49 -08:00
George Cox
6d525f06c0
docs(tutorial): remove 'going forward' nonsense
...
Closes #5914
time/space dimension error
2014-01-21 16:45:27 -08:00
George Cox
d7e6f1b192
docs(tutorial): fix grammar
...
Closes #5909
2014-01-21 16:43:52 -08:00
Stéphane Reynaud
5b9ff6cf48
docs(guide/controller): fix duplicated "and" typo
...
Remove the second instance of the word "and" from the docs where it was duplicated.
2014-01-21 16:28:30 -08:00
Joshua Flanagan
1028cfaa30
docs(services): use $log service in example consistently with $log API
...
The $log provider returns an object and not a function, so this example, which appears to be using
the $log provider, should call it as it would be called in a real-world application.
Closes #5875
2014-01-18 15:26:18 -05:00