| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-03-03 | docs(guide/e2e-testing): rename and fix formatting | Brian Ford | |
| 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(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): 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-05 | chore(end2end): remove old references to the scenario runner and update to ↵ | Julie | |
| point to protractor | |||
| 2013-10-30 | docs(guide/e2e-testing): fix typo | El Juli | |
| Closes #4700 | |||
| 2013-10-27 | docs(guide/e2e-testing): callout ngmodel vs attr | netpoetica | |
| 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-26 | docs(guide/e2e-testing): add note about Protractor replacement | Preston Marshall | |
| Add a note to warn people starting new projects about Protractor replacing the current ngScenario way of doing E2E testing. Closes #4644 | |||
| 2013-10-25 | docs(guide/e2e-testing): remove superfluous block of text | Maarten Stolte | |
| The removed block is repeated from the unit-testing guide and appears in an awkward place in this text. Closes #4456 | |||
| 2013-09-27 | docs(guide/e2e-testing): select also uses ng-model (like input) | joscarsson | |
| This is specified for input fields, but not for selects. This change specifies it also for select(). | |||
| 2013-09-25 | docs(guide/e2e-testing): Fix typo | janhartigan | |
| Closes #4100 | |||
| 2013-09-13 | docs(guide/e2e_testing): clarify that .enter searches by ng-model | brakon | |
| 2013-07-23 | docs(bootstrap): Note that ngScenario requires ngApp | Braden Shepherdson | |
| ngScenario expects an ngApp directive to be used, and doesn't work for manually bootstrapped apps. The failure mode is to hang on navigation. Trying to make this wont-fix bug less obscure by documenting it. Eventually Protractor will replace ngScenario and fix this. | |||
| 2013-07-07 | docs(guide/e2e-testing): fix typos | tgkokk | |
| 2013-06-27 | docs(guide/e2e-testing): clarify description of input(name) selector | Adam | |
| The description of the input selector made it seem that you were selecting an input element based upon it's name attribute. In reality, you are selecting an element by the string in the ng-model attribute. | |||
| 2013-06-13 | docs(guide/e2e-testing): fix verb tense | Jad Naous | |
| 2013-05-21 | docs(ngScenario): provide examples for element(...).query(fn) | Ben Ripkens | |
| element(selector, label).query(fn) is a very useful function, yet barely explained. The developer guide should show how this function can be used to conditionally execute behavior and assertions. | |||
| 2013-05-18 | docs(guide::testing): fix link to angular-seed | Pete Bacon Darwin | |
| 2013-05-18 | docs(guide): add API documentation for ngScenario matchers | Ben Ripkens | |
| Matchers are briefly mentioned in the e2e test guide, but there is no documentation for the available matchers. | |||
| 2013-05-16 | doc(guide): add links to angular-seed examples | Matt Haggard | |
| The examples in the angular-seed project are better than nothing, which is what we currently have here! | |||
| 2013-01-17 | docs(guide): minor grammar fixes | Matt Rohrer | |
| 2012-09-06 | docs(module): fixed module example and corrected typos | Godmar Back | |
| 2012-06-12 | docs(*): simplify doc urls | Igor Minar | |
| we now have two types of namespaces: - true namespace: angular.* - used for all global apis - virtual namespace: ng.*, ngMock.*, ... - used for all DI modules the virual namespaces have services under the second namespace level (e.g. ng.) and filters and directives prefixed with filter: and directive: respectively (e.g. ng.filter:orderBy, ng.directive:ngRepeat) this simplifies urls and makes them a lot shorter while still avoiding name collisions | |||
| 2012-04-20 | docs(guide/e2e): fix a link to e2e dsl | pkozlowski-opensource | |
| 2011-11-14 | style(docs): make jslint happy - fix some warnings | Vojta Jina | |
| 2011-11-14 | fix(doc) cleanup all api doc link warnings | Misko Hevery | |
| 2011-10-26 | feat(docs): Add scenario runner into dev guide | Vojta Jina | |
| And update the link in the tutorial as well... | |||
