| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-02-20 | docs(ie): document IE style attribute interpolation problem | Richard Collins | |
| IE has issues with this, it's good to make a note of this. Closes #6329 | |||
| 2014-02-19 | docs(api): remove ngRoute.$routeParams link from ng section | Aaron Wang | |
| Closes #6219 | |||
| 2014-02-18 | docs(guide/providers): fix example snippet | Igor Minar | |
| Closes #6331 Closes #6332 | |||
| 2014-02-18 | docs(guide/compiler): remove innacurate statement | Shai Reznik | |
| The $compile service accepts string as a value and wraps it if needed, so this statement isn't correct, at least by the source code. Closes #6301 | |||
| 2014-02-18 | docs(tutorial/step-11): add controller to correct object | ahliddin | |
| 2014-02-17 | docs(guide/concepts): clarify wording | plmetz | |
| 2014-02-17 | docs(tutorial): add missing @step tags | Stéphane Reynaud | |
| Since steps 9 and 11 were missing @step tags they were out of order Closes #6292 Closes #6291 | |||
| 2014-02-16 | chore(errors): rename folders to match namespaces | 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 | docs(*): fix jshint issues in examples | Peter Bacon Darwin | |
| 2014-02-16 | docs(guide): remove unnecessary "Developer Guide: " from @names | Peter Bacon Darwin | |
| 2014-02-16 | docs(content): fix bad links | 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 | 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 | 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-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-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 | |||
| 2014-01-23 | docs(guide/filter): link to an example of a filter unit test | Brian Ford | |
| 2014-01-21 | docs(tutorial): update step_12.ngdoc | matthewhintzen | |
| 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 | docs(guide/directive): clarify attr object definition | Igor Minar | |
| Closes #5884 | |||
| 2014-01-21 | style(guide/directive): remove ws | Igor Minar | |
| 2014-01-21 | docs(tutorial): remove 'going forward' nonsense | George Cox | |
| Closes #5914 time/space dimension error | |||
| 2014-01-21 | docs(tutorial): fix grammar | George Cox | |
| Closes #5909 | |||
| 2014-01-21 | docs(guide/controller): fix duplicated "and" typo | Stéphane Reynaud | |
| Remove the second instance of the word "and" from the docs where it was duplicated. | |||
| 2014-01-18 | docs(services): use $log service in example consistently with $log API | Joshua Flanagan | |
| 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-17 | docs(directive): link to directive registration api function | Ben McCann | |
| Originally, this issue was regarding documenting `restrict: 'CM'` in the directive guide, but it was pointed out that the restrict documentation is covered in the $compile documentation. Because of this, a link was simply added to the $compile documentation. However, the wording suggests that it's actually linking to the directive registration function, in $compileProvider, so the docs will link there instead. There is a link only a paragraph below to the $compile documentation, so this does not hurt. Closes #5516 | |||
