| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-10-11 | docs(guide/controller): improve guidance and examples | Pete Bacon Darwin | |
| Remove mention of global controller functions Convert larger examples to runnable demos Remove mention of pre-1.0 controllers, in particular discussion of controller inheritance. TODO: Probably could do with updating to explain the "controller as" syntax at some point. Closes: #4373 | |||
| 2013-10-11 | docs(guide/controller): use `.controller` syntax | Felix | |
| Use the recommended `module.controller` syntax rather than global functions to define controllers in the examples. | |||
| 2013-10-03 | docs(guide/directive): fix indentation in example code | mtaran-google | |
| Closes #4241 | |||
| 2013-10-03 | docs(guide/directive): clarify use of binding to scopes | gdennie | |
| The use of 'angular' as sample text is confusing to the newbie in that they are forced to confirm that the text 'angular' is not a keyword or otherwise referring to a system component. This is changed to a more obvious sample text. The most common form of `ngBind` is moved to the top of the list. Closes #4237 | |||
| 2013-09-28 | docs(guide/overview): fix typo | Thomas Tuts | |
| Closes #4188 | |||
| 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/$location): provide a title for section about `replace()` | gdennie | |
| Closes #4104 | |||
| 2013-09-25 | docs(guide/$location): clarify $location service role | gdennie | |
| Clean up confusing use of the term URL to refer to $location as well as 'URL in the browser'. Closes #4103 | |||
| 2013-09-25 | docs(guide/e2e-testing): Fix typo | janhartigan | |
| Closes #4100 | |||
| 2013-09-19 | docs(guide/i18n): change non-existent de-ge to de-de | Maarten Stolte | |
| The de-ge locale does not exist Closes #4053 | |||
| 2013-09-18 | docs(guide/$location): describe workaround for collocated apps | Ash | |
| When using Angular in the root of a domain with HTML5 URLs where there are links to external paths within the same directory, the `otherwise` route handler will catch these external files. This can be fixed by prefixing '.' onto the links to URLs that should be handled by angular routing. Original Issue: #3520 Example of Fix: http://fiddle.jshell.net/fgHf6/3/ Closes #3555 | |||
| 2013-09-13 | docs(guide/e2e_testing): clarify that .enter searches by ng-model | brakon | |
| 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(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-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-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-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-14 | docs(di): promote registering controllers on modules | sdesmond | |
| 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(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(guide/location): fix example code - `hashPrefix` is a method | Niall Smart | |
| 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-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-19 | docs(directive): fix typo | sarkasm | |
| 2013-06-13 | docs(guide/di): fix headings hierarchy | Ore Landau | |
| 2013-06-13 | docs(guide/e2e-testing): fix verb tense | Jad Naous | |
| 2013-06-12 | docs(guide/bootstrap): clarify manual bootstrapping | Pete Bacon Darwin | |
| 2013-06-04 | docs(guide/unit-testing): fix typo | Jared Forsyth | |
| 2013-06-04 | docs(guide/injecting_controllers): add a hint in example | Jared Forsyth | |
| Add a hint to tell the user that they need to click 3 times before an alert is shown. | |||
| 2013-06-04 | docs(guide/unit-testing): fix controller test example | Pete Bacon Darwin | |
| 2013-06-04 | docs(guide/concepts): add comment as a type of directive | Ehsan Ghandhari | |
| 2013-06-04 | docs(guide/understanding_model): improve example consistency | Robb Shecter | |
| 2013-06-04 | docs(guide/compiler): fix some minor language errors | Manuel Kiessling | |
| 2013-06-04 | docs(guide/di): fix some small grammatical issues | Alex Young | |
| 2013-06-04 | docs(guide): format snippets of code in plain text | Eduardo Garcia | |
| 2013-06-04 | docs(overview.ngdoc): clarify wording | adamshaylor | |
| 2013-05-22 | docs(guide/directive): clarify directive priority | Jens Rantil | |
| Fixes #2644. | |||
| 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-21 | doc($compile): clarify compile function return value | Jens Rantil | |
| If a compile function (within a directive) returns a function, it is a post-link function. Closes: #2713 | |||
