Tag: v1.3.11
-
revert: fix(form): ignore properties in $error prototype chain
This reverts commit adf91fe.
-
fix(htmlAnchorDirective): remove "element !== target element" check
It's not really needed due to the way click events are dispatched and propagated Closes #10866
-
test($location): ensure that link rewriting is actually being tested
If the link URL is not within the given base URL then the link would not be rewritten anyway. See https://github.com/angular/angular.js/pull/9906/files#r19813651
-
-
docs(input): update example to use ngModel best practices
Update the rest of the directives to use object properties for models. Closes #10851
-
docs(input[checkbox]): update example to use ngModel best practices
It's not required for the example to function, but it prevents scope weirdness/unexpected behavior when using directives (especially with ngTransclude!). I think it's a good pattern to encourage and might prevent a bug down the road for for people who just scan for the monospace font. See [Understanding Scopes](https://github.com/angular/angular.js/wiki/Understanding-Scopes) for mgModel best practices. Closes #10851
-
docs(guide/Introduction): define CRUD and add punctuation
Added description of what CRUD means. Improved readability: Ensured that colons were followed by a capital letter and added some sprinkled commas. Closes #10804
-
-
-
test($rootScope) test the correct setting of the constructor in Inter…
…net Explorer 11 Closes #10759
-
fix(htmlAnchorDirective): don't add event listener if replaced, ignor…
…e event if target is different element Previously, when an `a` tag element used a directive with a replacing template, and did not include an `href` or `name` attribute before linkage, the anchor directive would always prevent default. Now, the anchor directive will not register an event listener at all if the original directive is replaced with a non-anchor, and will ignore events which do not target the linked element. Closes #4262 Closes #10849
-
-
-
fix(ngRepeat) do not allow `$id` and `$root` as aliases
Currently user can use `$id` or `$root` as alias in ng-repeat directive that leads to rewriting these scope-related variables. This commit fixes this behavior by throwing an error when user try to use these values. Closes #10778
-
refactor($templateRequest): remove repeated decrementation and unnece…
…ssary local variable Closes #10780
-
-
Closes #10793
-
-
chore(travis): update browsers to the latest version
Update the used browsers to the latest versions available Closes #10620
-
-
test(form): test if $pending inputs are correctly removed
It's a separate test because $pending behaves differently from $error - the property is completely removed when no pending inputs / forms are left.
-
-
docs($rootScope.Scope): Simple typo
Closes 10767
-
Typo fixed