| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-01-09 | fix(docs): Add missing whitespace | René Wilhelm | |
| 2014-01-09 | fix(docs): Clarifying versions of IE that need special fixes | Craig Younkins | |
| 2014-01-07 | docs(directives): Fixed typo from HMTL to HTML in line 283 | Zhong Liang Ong | |
| HTML was mis-spelt as HMTL | |||
| 2014-01-06 | docs(forms): show directive name instead of link path | Roy Ling | |
| 2014-01-06 | docs(guide/i18n): fix a typo | Tyler McGinnis | |
| Closes #5651 | |||
| 2013-12-20 | docs(guide/forms): update example | mkolodny | |
| Right now, non-integers such as 'aawefwae' are valid. This ensures that only integers are valid. Hopefully that makes the example more powerful. Closes #5501 | |||
| 2013-12-20 | docs(guide/forms): code style changes for an example | mkolodny | |
| Closes #5499 | |||
| 2013-12-19 | docs(guide): fix typo | Klaus Weiss | |
| Closes #5481 | |||
| 2013-12-18 | docs(guide): fixed *off typo in angular.injector example comment | Zachary Babtkis | |
| Closes #5441 | |||
| 2013-12-18 | docs(guide/directive): improve access to isolate scope information | Pete Bacon Darwin | |
| Closes #5329 | |||
| 2013-12-17 | docs(bootstrap-prettify): fix $timeout issues and update related docs | Pete Bacon Darwin | |
| End 2 end tests wait for all `$timeout`s to be run before completing the test. This was problematic where we were using timeouts that restarted themselves because there would never be a point when all timeouts had completed, causing the tests to hang. To fix this $timeout had been monkey-patched but this caused other issue itself. Now that we have $interval we don't need to use $timeout handlers that re-trigger the $timeout so we can ditch the monkey-patch. This commit tidies up any examples that are using this approach and changes them to use $interval instead. Closes #5232 | |||
| 2013-12-13 | docs: fix a broken link | Vojta Jina | |
| 2013-12-13 | perf(jqLite): implement and use the `empty` method in place of `html(‘’)` | Michał Gołębiowski | |
| jQuery's elem.html('') is way slower than elem.empty(). As clearing element contents happens quite often in certain scenarios, switching to using .empty() provides a significant performance boost when using Angular with jQuery. Closes #4457 | |||
| 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. | |||
