| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-02-16 | docs(indexPage.template): fix top-nav links to work on localhost | Peter Bacon Darwin | |
| 2014-02-16 | docs(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-16 | chore(doc-gen): improve error page navigation | Peter Bacon Darwin | |
| 2014-02-16 | chore(doc-gen): remove trailing whitespace in ptor template | Peter Bacon Darwin | |
| 2014-02-16 | docs(*): fix jshint issues in examples | Peter Bacon Darwin | |
| 2014-02-16 | chore(doc-gen): add jshint checking to examples and tests | Peter Bacon Darwin | |
| 2014-02-16 | docs(guide): remove unnecessary "Developer Guide: " from @names | Peter Bacon Darwin | |
| 2014-02-16 | chore(doc-gen): only output info (and more severe) log messages | Peter Bacon Darwin | |
| 2014-02-16 | chore(doc-gen): fix navGroup hrefs | Peter Bacon Darwin | |
| 2014-02-16 | docs(docs.css): add initial type-hint styles | Peter Bacon Darwin | |
| 2014-02-16 | docs(content): fix bad links | Peter Bacon Darwin | |
| 2014-02-16 | chore(doc-gen): remove console.log statements | Peter Bacon Darwin | |
| 2014-02-16 | docs(api/index): fix ambiguous ngClick link | Peter Bacon Darwin | |
| ngClick appears in more than one module so we must make it explicit. | |||
| 2014-02-16 | docs(examples): fix example dependencies | Peter Bacon Darwin | |
| 2014-02-16 | chore(doc-gen): provide example dependencyPath in config | Peter Bacon Darwin | |
| 2014-02-16 | chore(doc-gen): move git info into its own processor | Peter Bacon Darwin | |
| 2014-02-16 | chore(docs-indexPage.template): add onload handler for Google Analytics | Peter Bacon Darwin | |
| 2014-02-16 | chore(indexPage.template): add back Google analytics and offline support | Peter Bacon Darwin | |
| 2014-02-16 | chore(docs): remove 'AngularJS ' prefix from version drop-down | Peter Bacon Darwin | |
| 2014-02-16 | chore(protractor-generator): add dgeni processor for protractor | Julie | |
| 2014-02-16 | docs(misc): add landing page for the miscellaneous area | Peter Bacon Darwin | |
| 2014-02-16 | docs(tutorial): give the tutorial landing page a better name | Peter Bacon Darwin | |
| 2014-02-16 | chore(doc-gen): new docs | Peter Bacon Darwin | |
| chore(doc-gen): implement dgeni | |||
| 2014-02-16 | docs(bike-shed-migration): fix url-based links refs to AUTO module | Peter Bacon Darwin | |
| 2014-02-16 | docs(all): convert <pre>/</pre> snippets to GFM snippets | Caitlin Potter | |
| 2014-02-16 | docs(bike-shed-migration): move ng module doc into Angular.js | Peter Bacon Darwin | |
| 2014-02-16 | docs(bike-shed-migration): change tutorial doctype and add @step tag | Peter Bacon Darwin | |
| 2014-02-16 | docs(bike-shed-migration): fix up links outside the domain | Peter Bacon Darwin | |
| It is safer to use markdown style links and save jsdoc style links for internal links and code references | |||
| 2014-02-12 | docs(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-11 | docs(tutorial): inject phonecapApp module into unit test | Jason 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-11 | docs(guide/index): replace "shold" to "should" | Stéphane Reynaud | |
| Replace "shold" to "should" Closes #6216 | |||
| 2014-02-10 | style(guide): remove ws | Igor Minar | |
| 2014-02-10 | docs(guide): add new resource links | Jeremy Likness | |
| Added a link to 10 reasons to use and online courses for Angular Closes #6194 | |||
| 2014-02-10 | style(guide/concepts): remove ws | Igor Minar | |
| 2014-02-10 | docs(guide/concepts): removing confusing use of hoisting | Sequoia McDowell | |
| Closes #6207 | |||
| 2014-02-10 | docs(faq): add link to MIT license | Mark Miyashita | |
| Closes #6197 | |||
| 2014-02-10 | docs(concepts): Remove pointless `* 1`s | Sequoia McDowell | |
| Closes #6206 | |||
| 2014-02-10 | docs(guide/scope): fix a typo | Victor Berchet | |
| Signed-off-by: Caitlin Potter <caitpotter88@gmail.com> Closes #6202 | |||
| 2014-02-07 | refactor(doc): separate end to end tests into jquery and jqlite files | Julie | |
| 2014-02-06 | docs(misc): fix typo in "getting started" docs | asif22 | |
| changed "building and application" to "building an application" Closes #6156 | |||
| 2014-02-05 | refactor(testing): run end to end tests on separate browsers in parallel | Julie | |
| 2014-02-05 | chore(testing): run end to end tests on firefox and safari as well as chrome | Julie | |
| 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 | chore(end2end): remove old references to the scenario runner and update to ↵ | Julie | |
| point to protractor | |||
| 2014-02-04 | chore(ngdoc): fix misspellling of Naturally in sortVersionsNatrually | Nicolas Leger | |
| Corrects "sortVersionsNatrually" method name in `ngdoc.js` in "sortVersionsNaturally" | |||
| 2014-02-03 | docs(animations): ngClass usage should link to ngClass documentation | Alan Rubin | |
| Fixing reference to ngClass documentation Closes #6089 | |||
| 2014-01-31 | fix($http): update httpBackend to use ActiveXObject on IE8 if necessary | Jorg | |
| 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 | docs(guide/templates.css-styling): fix "`{{}}`" | Stéphane Reynaud | |
| Replace {{}} to `{{}}` so that "{{}}" is rendered in the HTML page Closes #5950 | |||
| 2014-01-29 | docs(compile/nodomevents): fix typo ng-mode -> ng-model | Manan | |
| correcting directive name to ng-model instead of ng-mode in nodomevents.ngdoc Correcting use of ng-model directive Closes #6036 | |||
| 2014-01-28 | test(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-28 | docs(cookbook): remove the cookbook docs | Julie | |
| 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 | |||
