| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-02-05 | chore(end2end): remove old references to the scenario runner and update to ↵ | Julie | |
| point to protractor | |||
| 2014-02-03 | docs(animations): ngClass usage should link to ngClass documentation | Alan Rubin | |
| Fixing reference to ngClass documentation Closes #6089 | |||
| 2014-01-31 | docs(guide/templates.css-styling): fix "`{{}}`" | Stéphane Reynaud | |
| Replace {{}} to `{{}}` so that "{{}}" is rendered in the HTML page Closes #5950 | |||
| 2014-01-28 | test(docs): convert example end to end doc tests from scenario runner to ↵ | Julie | |
| protractor Thanks to jeffbcross, petebacondarwin, btford, jdeboer, tbosch for contributions! Closes #6023 | |||
| 2014-01-23 | docs(guide/filter): link to an example of a filter unit test | Brian Ford | |
| 2014-01-21 | docs(guide/directive): clarify attr object definition | Igor Minar | |
| Closes #5884 | |||
| 2014-01-21 | style(guide/directive): remove ws | Igor Minar | |
| 2014-01-21 | docs(guide/controller): fix duplicated "and" typo | Stéphane Reynaud | |
| Remove the second instance of the word "and" from the docs where it was duplicated. | |||
| 2014-01-18 | docs(services): use $log service in example consistently with $log API | Joshua Flanagan | |
| The $log provider returns an object and not a function, so this example, which appears to be using the $log provider, should call it as it would be called in a real-world application. Closes #5875 | |||
| 2014-01-17 | docs(directive): link to directive registration api function | Ben McCann | |
| Originally, this issue was regarding documenting `restrict: 'CM'` in the directive guide, but it was pointed out that the restrict documentation is covered in the $compile documentation. Because of this, a link was simply added to the $compile documentation. However, the wording suggests that it's actually linking to the directive registration function, in $compileProvider, so the docs will link there instead. There is a link only a paragraph below to the $compile documentation, so this does not hurt. Closes #5516 | |||
| 2014-01-16 | docs(animations): renamed animate-show-hide to sample-show-hide | Rob Wormald | |
| This always throws me off - I think it helps to make it clear that the class name is arbitrary, and what matters is the .ng-etc classes. Closes #5848 | |||
| 2014-01-15 | docs(concepts): fix typos in explanation | akerekes | |
| Code uses module names with '2' as suffix while the explanation used the module names without the suffix. The diagram is correct but also does not suffix the module names. Closes #5567 | |||
| 2014-01-15 | docs(guide/directive): rephrase for consistency | Roy Ling | |
| - referring to `=attr` rather than `=prop` is consistent with note under example with =customerInfo - change `prop` to `attr` (basically `prop` refers to property in JS object, `attr` is for HTML tag) - change the function name in description to match the name in code example Closes #5786 | |||
| 2014-01-13 | docs(guide): fix a typo | Pop | |
| 2014-01-10 | docs(i18n): remove use of gendered pronoun | Jeff Cross | |
| 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 | |||
