| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-12-05 | docs(tutorial/step-3): remember to install karma plugins | Pete Bacon Darwin | |
| 2013-12-05 | docs(tutorial/step-2): remember to install karma plugins | Pete Bacon Darwin | |
| 2013-12-04 | docs(tutorial/step-3): add module to `ng-app` directive in code sample | Iwona Lalik | |
| Closes #5184 | |||
| 2013-12-04 | docs(tutorial/step-12): fix refernce to incorrect jquery version | Elwin Arens | |
| Closes #5156 | |||
| 2013-11-28 | chore(docs): fix back-to-top anchor in angularjs.org doc pages | Peter Bacon Darwin | |
| Closes https://github.com/angular/angularjs.org/issues/45 | |||
| 2013-11-27 | docs(tutorial/step-10): fix typo | Levi Weiss | |
| Closes #5171 | |||
| 2013-11-27 | docs(tutorial/step-12): fix typo | Ammar | |
| Closes #5148 | |||
| 2013-11-27 | docs(tutorial/step-0): add target="_blank" to open app in new page | magoswiat | |
| Closes #5145 | |||
| 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-22 | chore(docs): remove Disqus comments | Brian Ford | |
| We don't actively moderate these comments, and they range from out of date, to inflammatory, to spam. Going forward, improvements to the docs should be done via a PR, and questions should go on StackOverflow where they can be curated and kept up to date by AngularJS developers who help out there. | |||
| 2013-11-21 | test(docs): fix the failing specs | Vojta Jina | |
| Because Grunt was not failing the build, we didn't noticed these failing specs. | |||
| 2013-11-21 | docs(guide/unit-testing): minor style and grammar changes | jody tate | |
| Closes #5057 | |||
| 2013-11-21 | docs(faq): update compressed and minified file size | gdi2290 | |
| Closes #5058 | |||
| 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(tutorial/step-2): correct the link to jasmine docs | Ashutosh Das | |
| Closes #5029 | |||
| 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(tutorial): minimum node.js version is 0.10 (Windows too) | Stéphane Reynaud | |
| The doc has been modified by the following commit: bcc6e8d4f64a18039e0ed2eee0b54c17471b43e3 But the change was not made for the part of Windows. Closes #4967 | |||
| 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(tutorial/step-4): controllers are no longer global functions | Chance | |
| The docs did not line up with the codebase / previous steps of the tutorial. Closes #4988 | |||
| 2013-11-18 | docs(guide/i18n): fix link to i18n files in the project | Pete Bacon Darwin | |
| Closes #4998 | |||
| 2013-11-14 | docs: fix the "show source" button | Vojta Jina | |
| Closes #4904 | |||
| 2013-11-14 | docs(tutorial): change controllers to not have name twice | victorbjelkholm | |
| While giving the controller function a name helps with debugging, since otherwise your controller will be anonymous in stack traces, passing the name to both the `controller()` method and as the function name is confusing for beginners. Closes #4415 | |||
| 2013-11-14 | docs(misc/faq): fix invalid escaping of character | andre | |
| Backslash is acting as escape character so text is not properly formatted. Closes #4923 | |||
| 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(tutorial/step-2): remove repeated "the" | Mauro Carrero | |
| Closes #4854 | |||
| 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-14 | docs(tutorial/step-12): fix incorrect code filename | Peter Kosa | |
| Closes #4860 | |||
| 2013-11-14 | docs(misc/contribute): fix internal links | gdi2290 | |
| Closes #4848 | |||
| 2013-11-14 | docs(downloading): fix invalid filenames and add missing modules | PatrickJS | |
| Closes #4846 | |||
| 2013-11-13 | feat($parse): revert hiding "private" properties | Vojta Jina | |
| Hiding `_*` properties was a feature primarily for developers using Closure compiler and Google JS style. We didn't realize how many people will be affected by this change. We might introduce this feature in the future, probably under a config option, but it needs more research and so I'm reverting the change for now. This reverts commit 3d6a89e8888b14ae5cb5640464e12b7811853c7e. Closes #4926 Closes #4842 Closes #4865 Closes #4859 Closes #4849 Conflicts: src/ng/parse.js | |||
| 2013-11-13 | docs(tutorial): minimum required node.js version is 0.10 | Pete Bacon Darwin | |
| 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(contribute): justify note about elevation on Windows | Tatham Oddie | |
| This message needs a justification. Without one, it's like asking somebody on *nix to run everything under sudo 'just because'. Closes #4832 | |||
| 2013-11-13 | docs(errors/compile/tplrt): display html block as code | Eddie Monge Jr | |
| HTML elements were getting parsed by as HTML elements Closes #4827 | |||
| 2013-11-13 | docs(guide): fix typo | Derek Peterson | |
| Closes #4821 | |||
