| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-09-18 | docs(tutorial/step_03): add info about karma-ng-scenario plug-in | Zachary Friedman | |
| The existing documentation for this step could have people find themselves unable to run the `e2e-test.sh` script. This note added regarding `karma-ng-scenario` will minimize their confusion and allow people to run the script. Closes #4033 | |||
| 2013-09-13 | docs(guide/e2e_testing): clarify that .enter searches by ng-model | brakon | |
| 2013-09-11 | docs(tutorial/step-10): fix incorrect link to step-8 tests | cjmling | |
| Closes #3972 | |||
| 2013-09-11 | docs(guide/concepts): remove div-clear-tags that break the formatting | Randi Hillerøe | |
| Closes #3974 | |||
| 2013-09-09 | docs(forms.ngdoc): fix spacing in example | Anthony Tran | |
| Closes #3930 | |||
| 2013-09-05 | docs(tutorial): fix markup for tutorial_03.png diagram | Alexander Kaidalov | |
| Closes #3707 | |||
| 2013-09-05 | docs(tutorial): fix markup for tutorial_04.png diagram | Alexander Kaidalov | |
| 2013-09-05 | docs(tutorial): clarify use of inject() in step 9 | Pete Bacon Darwin | |
| Closes #3718 | |||
| 2013-09-05 | docs(css_styling_guide): add ng-scope and ng-binding classes | Nick Donohue | |
| I noticed angular was adding these css classes to elements and believe they should be listed in the documentation at this page. The ng-scope class is mentioned in the developer guide, hence the link there, and the ng-binding class is not mentioned anywhere else in the documentation or the guide that I found. Closes #3728 | |||
| 2013-09-05 | docs(bootstrap.ngdoc): clarify bootstrap example | Calvin Fernandez | |
| Clear up confusion about module declaration when using manual bootstrap. | |||
| 2013-08-28 | docs(guide): update description of $inject mechanism to be a little clearer | phanboy4 | |
| 2013-08-22 | docs(overview): improve grammar | Brian Ford | |
| 2013-08-22 | docs(guide): warn about module creation versus retrieval | ghodss | |
| Updated Module documentation to include the suggestion of the top-rated comment: "This documentation should warn that "angular.module('myModule', [])" always creates a new module, but "angular.module('myModule')" always retrieves an existing reference." | |||
| 2013-08-22 | docs(guide): grammatical corrections to Form and Control definitions | Marcel Morgan | |
| 2013-08-16 | style(docs): replace CRLF by LF in svg header logo | Reto Aebersold | |
| 2013-08-14 | fix(tutorial): fix broken link caused by bad line break | ebeal | |
| 2013-08-12 | docs(guide/unit-testing): add expression example | Siddique Hameed | |
| * Improved developer guide, directive unit testing documentation code with scope expression * Removed documentation block with nothing on it | |||
| 2013-08-12 | docs(guide): remove superfluous }); | Roland | |
| 2013-08-07 | chore(ngdoc): wrap all pages inside of a container tag for easy styling | Matias Niemelä | |
| 2013-08-03 | docs(guide/controller): fix wording in list of 'Do not use' | Mark Campbell | |
| Wording has been changed in two of the examples to read naturally. For example: From: 'Do not use controllers for to run stateless or stateful code shared across controllers' To: 'Do not use controllers for sharing stateless or stateful code across controllers' Closes #3454 | |||
| 2013-08-01 | revert: fix(location): fix parameter handling on search() | Igor Minar | |
| This reverts commit 90532f5e3c2016c99833a4dd779a5c4718c84f4d. The commit contains references to minErr that are not available in the stable branch. | |||
| 2013-07-31 | fix(location): fix parameter handling on search() | Misko Hevery | |
| 2013-07-31 | docs(header): replace logo.png with logo.svg | Brenton | |
| The current logo looks awful on high-density displays. SVG is a better choice because it can scale to any resolution without increasing file size. Amending #2775 to add support for IE 8 by falling back to existing PNG with img.onerror Using relative URLs as directed by @btford and @petebacondarwin. (commit by Brenton Simpson - @appsforartists) Closes #2874 Conflicts: docs/src/templates/css/docs.css docs/src/templates/index.html | |||
| 2013-07-27 | docs(tutorial): mention the controller along the scope | Roland | |
| 2013-07-27 | docs(tutorial): add formatting | Roland | |
| the string literal {{query}} was missing as it was not enclosed into `` | |||
| 2013-07-27 | docs(tutorial): add that the test also creates a controller | Roland | |
| 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-23 | docs(index): add seed app link to menu item | Richard John | |
| 2013-07-18 | chore(ngdocs): fix improve button overlap | Matias Niemelä | |
| 2013-07-15 | chore(ngdocs): remove autofocus for the filtering search | Matias Niemelä | |
| 2013-07-14 | docs(di): promote registering controllers on modules | sdesmond | |
| 2013-07-11 | revert: feat(ngDocs): add links to source for API | Brian Ford | |
| This reverts commit 61fb5863df4afe0fad688a44ff78b245b8439db2. | |||
| 2013-07-11 | feat(ngDocs): add links to source for API | Julien Bouquillon | |
| - add tests - the link points to the gruntUtil.getVersion().number tree on github | |||
| 2013-07-10 | docs(guide): clarify example | sdesmond | |
| 2013-07-10 | docs(guide): example filter does not conditionally assign a color | sdesmond | |
| 2013-07-10 | docs(guide/di): fix typo | Robert Fauver | |
| 2013-07-10 | docs(contribute): improve git instructions | Tay Ray Chuan | |
| 2013-07-10 | docs(overview): fix typo | Lefteris Paraskevas | |
| Removed repeated "the" in the sentence: The input invalidates itself by turning red when you enter invalid data or leave "the" the input fields blank (Line 137). | |||
| 2013-07-07 | docs(guide/e2e-testing): fix typos | tgkokk | |
| 2013-07-04 | docs(guide/directive): make directive controller minification-safe | Andrew O'Brien | |
| It is best to emphasize that the "controller" property needs to be min safe Closes #3125 | |||
| 2013-07-02 | docs(tutorial/step9): formatted Unicode character line | exex zian | |
| Add tick and cross mark corresponding to their respective unicodes. | |||
| 2013-07-02 | docs(guide/location): fix example code - `hashPrefix` is a method | Niall Smart | |
| 2013-06-28 | docs(misc/faq): remove obsolte t-shirt instructions | Igor Minar | |
| 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-27 | docs(tutorial): add experiment showing reverse sort | Nelson Blaha | |
| 2013-06-25 | docs(guide/controller): fix an error in the scope inheritance example | Jeffrey Palmer | |
| The chained scope creation example at the bottom of this document was using the childCtrl to create the babyScope, instead of the childScope. | |||
| 2013-06-25 | docs(guide/expression): remove reference to `NullPointerException` | Domenic Denicola | |
| 2013-06-20 | docs(cookbook/helloworld): display "World" if no name is entered | NimaVaziri | |
| 2013-06-19 | docs(directive): fix typo | sarkasm | |
| 2013-06-18 | docs(tutorial): add missing 'node' command and <code> tags | gdi2290 | |
