aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)Author
2014-02-16docs(indexPage.template): fix top-nav links to work on localhostPeter Bacon Darwin
2014-02-16docs(bike-shed-migration): convert guide <doc:...> examples to <example>...Caitlin Potter
This CL also contains style fixes as the converted scripts caused jshint to complain.
2014-02-16chore(doc-gen): improve error page navigationPeter Bacon Darwin
2014-02-16chore(doc-gen): remove trailing whitespace in ptor templatePeter Bacon Darwin
2014-02-16docs(*): fix jshint issues in examplesPeter Bacon Darwin
2014-02-16chore(doc-gen): add jshint checking to examples and testsPeter Bacon Darwin
2014-02-16docs(guide): remove unnecessary "Developer Guide: " from @namesPeter Bacon Darwin
2014-02-16chore(doc-gen): only output info (and more severe) log messagesPeter Bacon Darwin
2014-02-16chore(doc-gen): fix navGroup hrefsPeter Bacon Darwin
2014-02-16docs(docs.css): add initial type-hint stylesPeter Bacon Darwin
2014-02-16docs(content): fix bad linksPeter Bacon Darwin
2014-02-16chore(doc-gen): remove console.log statementsPeter Bacon Darwin
2014-02-16docs(api/index): fix ambiguous ngClick linkPeter Bacon Darwin
ngClick appears in more than one module so we must make it explicit.
2014-02-16docs(examples): fix example dependenciesPeter Bacon Darwin
2014-02-16chore(doc-gen): provide example dependencyPath in configPeter Bacon Darwin
2014-02-16chore(doc-gen): move git info into its own processorPeter Bacon Darwin
2014-02-16chore(docs-indexPage.template): add onload handler for Google AnalyticsPeter Bacon Darwin
2014-02-16chore(indexPage.template): add back Google analytics and offline supportPeter Bacon Darwin
2014-02-16chore(docs): remove 'AngularJS ' prefix from version drop-downPeter Bacon Darwin
2014-02-16chore(protractor-generator): add dgeni processor for protractorJulie
2014-02-16docs(misc): add landing page for the miscellaneous areaPeter Bacon Darwin
2014-02-16docs(tutorial): give the tutorial landing page a better namePeter Bacon Darwin
2014-02-16chore(doc-gen): new docsPeter Bacon Darwin
chore(doc-gen): implement dgeni
2014-02-16docs(bike-shed-migration): fix url-based links refs to AUTO modulePeter Bacon Darwin
2014-02-16docs(all): convert <pre>/</pre> snippets to GFM snippetsCaitlin Potter
2014-02-16docs(bike-shed-migration): move ng module doc into Angular.jsPeter Bacon Darwin
2014-02-16docs(bike-shed-migration): change tutorial doctype and add @step tagPeter Bacon Darwin
2014-02-16docs(bike-shed-migration): fix up links outside the domainPeter Bacon Darwin
It is safer to use markdown style links and save jsdoc style links for internal links and code references
2014-02-12docs(guide/$location): correct link to HTML5 draft section 5.5 (history api)Stéphane Reynaud
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-11docs(tutorial): inject phonecapApp module into unit testJason Schapiro
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-11docs(guide/index): replace "shold" to "should"Stéphane Reynaud
Replace "shold" to "should" Closes #6216
2014-02-10style(guide): remove wsIgor Minar
2014-02-10docs(guide): add new resource linksJeremy Likness
Added a link to 10 reasons to use and online courses for Angular Closes #6194
2014-02-10style(guide/concepts): remove wsIgor Minar
2014-02-10docs(guide/concepts): removing confusing use of hoistingSequoia McDowell
Closes #6207
2014-02-10docs(faq): add link to MIT licenseMark Miyashita
Closes #6197
2014-02-10docs(concepts): Remove pointless `* 1`sSequoia McDowell
Closes #6206
2014-02-10docs(guide/scope): fix a typoVictor Berchet
Signed-off-by: Caitlin Potter <caitpotter88@gmail.com> Closes #6202
2014-02-07refactor(doc): separate end to end tests into jquery and jqlite filesJulie
2014-02-06docs(misc): fix typo in "getting started" docsasif22
changed "building and application" to "building an application" Closes #6156
2014-02-05refactor(testing): run end to end tests on separate browsers in parallelJulie
2014-02-05chore(testing): run end to end tests on firefox and safari as well as chromeJulie
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-05chore(end2end): remove old references to the scenario runner and update to ↵Julie
point to protractor
2014-02-04chore(ngdoc): fix misspellling of Naturally in sortVersionsNatruallyNicolas Leger
Corrects "sortVersionsNatrually" method name in `ngdoc.js` in "sortVersionsNaturally"
2014-02-03docs(animations): ngClass usage should link to ngClass documentationAlan Rubin
Fixing reference to ngClass documentation Closes #6089
2014-01-31fix($http): update httpBackend to use ActiveXObject on IE8 if necessaryJorg
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-31docs(guide/templates.css-styling): fix "`{{}}`"Stéphane Reynaud
Replace {{}} to `{{}}` so that "{{}}" is rendered in the HTML page Closes #5950
2014-01-29docs(compile/nodomevents): fix typo ng-mode -> ng-modelManan
correcting directive name to ng-model instead of ng-mode in nodomevents.ngdoc Correcting use of ng-model directive Closes #6036
2014-01-28test(docs): convert example end to end doc tests from scenario runner to ↵Julie
protractor Thanks to jeffbcross, petebacondarwin, btford, jdeboer, tbosch for contributions! Closes #6023
2014-01-28docs(cookbook): remove the cookbook docsJulie
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