| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-12-12 | docs(guide/expression): remove misplaced comma | mbrookes | |
| Closes #5280 | |||
| 2013-12-09 | docs(design): guide index formatting | Andy Ferra | |
| Just my first pass at a more readable format of the guide index. Note: the styles apply to all content in the docs, not just the guide index. This is intentional and I feel that the result is positive. | |||
| 2013-12-09 | docs(guide/forms): clarify how NgModelController can be added to scope | Wesley Cho | |
| Closes #5200 | |||
| 2013-11-27 | docs(guide/concepts): fix incorrect module name in example | deepak-kapoor | |
| Closes #5116 | |||
| 2013-11-27 | docs(guide/di): use square bracket notation for $inject annotation | Evan Winslow | |
| Closes #5104 | |||
| 2013-11-27 | docs(guide/providers): fix typo | Pavel Pomerantsev | |
| Closes #5102 | |||
| 2013-11-27 | docs(guide/compiler): add fourth step on appending the compiled template to ↵ | Marc Lipovsky | |
| the DOM Closes #5087 | |||
| 2013-11-27 | docs(migration): add a note about "private" properties being reverted | rodyhaddad | |
| Closes #5086 | |||
| 2013-11-26 | docs(guide/scope): access the current element's scope in the console. | smarigowda | |
| Closes #4884 | |||
| 2013-11-21 | docs(guide/unit-testing): minor style and grammar changes | jody tate | |
| Closes #5057 | |||
| 2013-11-21 | docs(guide/ie): add info about what IE versions are supported | scottywakefield | |
| Added text from https://github.com/angular/angular.js/issues/4974 Closes #5070 | |||
| 2013-11-21 | docs(guide/migration): fix typo ngHtmlBind -> ngBindHtml | Igor Minar | |
| 2013-11-20 | docs(guide/directive): use `hideDialog` handler in example | Maksim | |
| The handler is in the controller but was not being used in the template. Closes #5020 | |||
| 2013-11-20 | docs(guide/ie): fix typo | gipsy86147 | |
| Closes #5006 | |||
| 2013-11-20 | docs(guide/providers): remove extra closing parenthesis in example | Dave Gaeddert | |
| Closes #5005 | |||
| 2013-11-20 | docs(guide/migration): fix typo | Tyler Eich | |
| Closes #5002 | |||
| 2013-11-20 | docs(guide/compiler): fix typo in isolate scope def | Yves Richard | |
| Closes #4999 | |||
| 2013-11-20 | docs(guide/migration): fix typo | Jayson Harshbarger | |
| Closes #4965 | |||
| 2013-11-18 | docs(guide/directive): clarify code example for isolated scopes bindings | Jens Berthold | |
| Use different names for the attribute on the element (`info`) and the property (`customerInfo`) on the isolate scope. Before `customer` was used for both which made it harder to understand. Closes #4825 | |||
| 2013-11-18 | docs(guide/directive): add note about HTML case-insensitivity | Pete Bacon Darwin | |
| Closes #4719 | |||
| 2013-11-18 | docs(guide/i18n): fix link to i18n files in the project | Pete Bacon Darwin | |
| Closes #4998 | |||
| 2013-11-14 | docs(guide/concepts): controllers can also access scope | smarigowda | |
| Closes #4918 | |||
| 2013-11-14 | docs(guide/concepts): improve sentence wording | Phillip Alexander | |
| Before: > Let's add some more logic to the example to allow to enter and calculate the costs in different currencies and also pay the invoice. After: > Let's add some more logic to the example that allows us to enter and calculate the costs in different currencies and also pay the invoice. Closes #4903 | |||
| 2013-11-14 | docs(guide/directive): split long lines | Pete Bacon Darwin | |
| 2013-11-14 | docs(guide/directive): clarify sentence meaning | xdhmoore | |
| Closes #4873 | |||
| 2013-11-13 | docs(guide/scope): correct scopes example | andre | |
| Remove reference to `employee` property as it's not used in the example. Inject and use `$rootScope` applying `department` property as mentioned in text. Closes #4839 | |||
| 2013-11-13 | docs(guide/scope): ensure demo CSS styles work in JSFiddle and Plunker | Pete Bacon Darwin | |
| The CSS styling in the ng-scope demo was using CSS classes (`.doc-example-live` and `.show-scope') to prevent the styling for the demo from affecting the entire page. Unfortunately elements containing these classes did not appear in JSFiddle or Plunker when you click edit. This fix moves the `.show-scope' class inside the demo (renaming it `.show-scope-demo`) and removes the reliance on `.doc-example-live` altogether. Closes #4838 | |||
| 2013-11-13 | docs(guide): fix typo | Derek Peterson | |
| Closes #4821 | |||
| 2013-11-13 | docs(guide/understanding_controller): fix incorrect property reference | Aaditya Talwai | |
| Correct " model property `spice` " to " model property `customSpice` " to match the code sample Closes #4812 | |||
| 2013-11-13 | docs(guide): add ng-newsletter to weekly updates link | Ari | |
| Closes #4793 | |||
| 2013-11-13 | docs(guide): add ng-book link to books | Ari | |
| Closes #4792 | |||
| 2013-11-10 | docs(guide/migration): fix internal link | Pete Bacon Darwin | |
| 2013-11-08 | docs(guide/migration): fix up internal links | Pete Bacon Darwin | |
| 2013-11-08 | docs(guide/migration): fix link to #2500 | Brian Ford | |
| 2013-11-08 | docs(guide/migration): add migration guide | Brian Ford | |
| 2013-11-07 | docs(guide/filter): Refactor filter guide docs | Tobias Bosch | |
| This refactors the filter guide docs into a single file. Also removes out of date references to the fact that Angular used to enhance Arrays while evaluating expressions. | |||
| 2013-11-06 | docs(guide): delete ancient video | Brad Green | |
| We have links to better videos now on the guide/index page. This one's time has past. | |||
| 2013-11-06 | docs(guide/overview): Refactor overview and mvc docs | Tobias Bosch | |
| Before, there we multiple overview docs: - guide/overview - guide/introduction - guide/dev_guide.mvc - guide/dev_guide.mvc.understanding_model - guide/dev_guide.mvc.understanding_view - guide/concepts Now we have: - guide/introduction: High level description of Angular with the key benefits but without code or any concrete concepts - guide/concepts: explains all important concepts with a simple example and contains deep links to the other parts of the guide. All the old information was moved into existing documents or deleted when they were duplicates. | |||
| 2013-11-06 | docs(guide/directive): link to directives API from the top of the page | Brian Ford | |
| 2013-11-06 | docs(guide/providers): add providers documentation | Brian Ford | |
| 2013-11-05 | docs(guide/directive): fix transclusion example | Michal Bendowski | |
| The example about transclusion and scopes worked only because the order of `scope` and `element` arguments is wrong, which means that the `name' property of the scope is not really being updated. To really work, the directive has to define its own scope, either a new child scope or, as is more common with transclusion, an isolated scope. Closes #4774 | |||
| 2013-11-04 | docs(guide): add SEO4Ajax to the SEO tools list | G Lormeau | |
| Closes #4748 | |||
| 2013-11-04 | docs(guide/understanding-controllers): fix typo in example | joshbowdoin | |
| Broken - $scope.spicy = 'very'; Works - $scope.spice = 'very'; Closes #4752 | |||
| 2013-11-04 | docs(overview): improve readability | Jesse Palmer | |
| Inserted a couple of line breaks to increase readability. Closes #4756 | |||
| 2013-10-30 | docs(guide/injecting-services): fix indentation in example | Adam Bowen | |
| Closes #4714 | |||
| 2013-10-30 | docs(guide/e2e-testing): fix typo | El Juli | |
| Closes #4700 | |||
| 2013-10-30 | docs(guide/understanding_controller): correct grammar | andre | |
| Add the word "to" to improve grammar. Closes #4698 | |||
| 2013-10-28 | docs(guide/directive): fix myDraggable for zoomed page | Gabor Csizmadia | |
| If you have zoomed into the page in your browser then the screen coordinate system no longer matches the page coordinate system. To ensure that dragged elements work correctly when zoomed we should use pageX/pageY rather than screenX/screenY. Closes #4687 | |||
| 2013-10-28 | docs(guide): improve links to books | Pete Bacon Darwin | |
| Nested bullet points don't appear very nicely so resorted to nested heading for the Learning Resources and in particular Books sections. Closes #4677 | |||
| 2013-10-28 | docs(guide): add link to book | Christopher Hiller | |
