| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-01-17 | docs(input): document ngValue directive | Abdessamad Idrissi | |
| Extend the example with ng-value showing how to deal with default checked radio boxes. Closes #5654 | |||
| 2014-01-17 | docs($sce): correct documentation for angular 1.2.0 | Cameron Spear | |
| Include mention of `ngSanitize` (and add it to the example), as well as removing (and clarifying if needed) references to `ng-html-bind-unsafe`. Closes #5551 | |||
| 2014-01-17 | docs(ngChange): clarify difference between ng-change DOM change event | Andreas Gruenbacher | |
| The ng-change event triggers immediately, which makes a difference for text input fields and text areas, where the JavaScript onchange event would only be called at the end of the change. Closes #5640 | |||
| 2014-01-17 | docs(contributing): add instructions to install grunt-cli/bower globally on ↵ | Bruce Davidson | |
| unix systems Closes #5814 Closes #5811 | |||
| 2014-01-17 | docs(tutorial): add missing semicolon to code snippet | 刘朋飞 | |
| Lets encourage people to use semicolons in javascript :> Closes #5834 | |||
| 2014-01-16 | docs(tutorial): fix typo | Neil Rubens | |
| Correction misspelling: easist -> easiest Closes #5850 | |||
| 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-16 | docs(tutorial): reference node command before scripts\web-server.js | Leniel Macaferi | |
| Amended to also clarify this note in the mac/linux tab. Closes #5845 | |||
| 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(ngShowHide): make a note of values considered to be falsy | Foxandxss | |
| This issue has been a focus of problems for some users and we discussed it on the IRC that it should be at least documented. ~Amended the style to use bootstrap notes, I think overall it looks better and catches the eyes more easily. However there are no anchor links to these, if these are necessary they can be added later. Closes #3436 Closes #5762 | |||
| 2014-01-15 | docs(README): fix typo | John Lannon | |
| Closes #5813 | |||
| 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-15 | chore(release): update cdn version | jenkins | |
| 2014-01-15 | chore(release): start v1.2.10 (1.2.10) | jenkins | |
| 2014-01-15 | chore(release): cut v1.2.9 releasev1.2.9 | jenkins | |
| 2014-01-15 | docs(changelog): release notes for 1.2.9 | Peter Bacon Darwin | |
| 2014-01-15 | fix(ngMock): ensure ngAnimate isn't a required mock | Matias Niemelä | |
| 2014-01-15 | chore($animate): remove Moz statements from requestAnimationFrame | Matias Niemelä | |
| 2014-01-14 | feat($animate): provide support for DOM callbacks | Matias Niemelä | |
| 2014-01-14 | feat($animate): use requestAnimationFrame instead of a timeout to issue a reflow | Matias Niemelä | |
| Closes #4278 Closes #4225 | |||
| 2014-01-14 | fix($animate): ensure the final closing timeout respects staggering animations | Matias Niemelä | |
| 2014-01-14 | chore($animate): remove useless and expired test | Matias Niemelä | |
| 2014-01-14 | fix($animate): prevent race conditions for class-based animations when ↵ | Matias Niemelä | |
| animating on the same CSS class Closes #5588 | |||
| 2014-01-14 | fix($animate): correctly detect and handle CSS transition changes during ↵ | Matias Niemelä | |
| class addition and removal When a CSS class containing transition code is added to an element then an animation should kick off. ngAnimate doesn't do this. It only respects transition styles that are already present on the element or on the setup class (but not the addClass animation). | |||
| 2014-01-14 | fix($animate): avoid accidentally matching substrings when resolving the ↵ | Matias Niemelä | |
| presence of className tokens | |||
| 2014-01-14 | docs(docs): preserve path to current doc page when switching versions | Sebastian Müller | |
| Preserve URL path when switching between doc versions. Closes #4661 Closes #5773 | |||
| 2014-01-13 | docs(provider): replaced coffeescript with comparable javascript example | Lukas Ruebbelke | |
| 2014-01-13 | fix($http): ensure default headers PUT and POST are different objects | Hendrixer | |
| Send PUT and POST through copy() to make sure they are not the same. Closes #5742 Closes #5747 Closes #5764 | |||
| 2014-01-13 | docs(tutorial): fix a typo | marcwright | |
| Closes #5769 | |||
| 2014-01-13 | docs(forEach): remove obsolte note | Igor Minar | |
| 2014-01-13 | docs(angular.forEach): specifies that .forEach filters using .hasOwnProperty | Mehul Patel | |
| Closes #5180 Closes #5776 | |||
| 2014-01-13 | docs(guide): fix a typo | Pop | |
| 2014-01-13 | docs(CONTRIBUTING.md): add link to coding rules | Frederik Creemers | |
| add a link insie the Submitting a Pull Request section | |||
| 2014-01-13 | revert: fix($route): update current route upon $route instantiation | Igor Minar | |
| This reverts commit 2b344dbd20777fb1283b3a5bcf35a6ae8d09469d. I think I merged this commit prematurely and in addition to that we found out that it's breaking google apps. Jen Bourey will provide more info at the original PR #5681 | |||
| 2014-01-13 | fix($rootScope): prevent infinite $digest by checking if asyncQueue is empty ↵ | Noam Lewis | |
| when decrementing ttl An infinite $digest loop can be caused by expressions that invoke a promise. The problem is that $digest does not decrement ttl unless it finds dirty changes; it should check also if asyncQueue is empty. Generally the condition for decrementing ttl should be the same as the condition for terminating the $digest loop. Fixes #2622 | |||
| 2014-01-11 | docs(tutorial): referenced test.bat for Windows users in step 2 | Leniel Macaferi | |
| Closes #5748 | |||
| 2014-01-11 | docs(ngView): moar better autoscroll docs | Igor Minar | |
| Closes #5734 | |||
| 2014-01-11 | docs(ngView): add param info | Gias Kay Lee | |
| Closes #5734 Closes #5741 | |||
| 2014-01-11 | docs(tutorial): add missing beforeEach(module()) to test | Seth Stone | |
| Test snippet was missing this necessary statement that was present in the sample code. Closes #5743 | |||
| 2014-01-10 | docs(api/index): fix typo | Roy Ling | |
| Closes #5738 | |||
| 2014-01-10 | docs($sce): corrected typo & markup. | jesse | |
| the --> that value --> `value` Closes #5735 | |||
| 2014-01-10 | fix($route): update current route upon $route instantiation | Daniel Zimmermann | |
| This fixes cases where the first ngView is loaded in a template asynchronously (such as through ngInclude), as the service will miss the first event otherwise. Closes #4957 | |||
| 2014-01-10 | docs(i18n): remove use of gendered pronoun | Jeff Cross | |
| 2014-01-10 | docs: update step_04.ngdoc with a clarification | Naomi Black | |
| closes #5730 | |||
| 2014-01-10 | docs: add clarification in step 2 of the tutorial | Naomi Black | |
| 2014-01-10 | chore(release): update cdn version | jenkins | |
| 2014-01-10 | chore(release): start v1.2.9 (1.2.9) | jenkins | |
| 2014-01-10 | chore(release): cut v1.2.8 releasev1.2.8 | jenkins | |
| 2014-01-10 | docs(changelog): release notes for 1.2.8 | Brian Ford | |
| 2014-01-10 | docs(select): update regexp grouping cheat-sheat | Ajay Roopakalu | |
| Update the regexp grouping comment to reflect the changes needed for multiline expressions in ng-options for <select>. Closes #5602 | |||
