| Age | Commit message (Collapse) | Author |
|
Closes #5759
The default trusted origin appears to be the same protocol+domain+port,
non just protocol+domain.
I patched the doc accordingly.
|
|
|
|
|
|
Make it clear that the result of the $parsers pipeline is what goes to the model value.
Closes #5708
|
|
Closes #5460
|
|
|
|
Closes #6463
|
|
Add css animations when form or field status change to/from dirty,
pristine, valid or invalid. This works like animation system present
with ngClass, ngShow, etc.
Closes #5378
|
|
Dates are not returned, so remove Date from list of return values.
Closes #3070
|
|
I removed the complexity metric as suggested by this blog post on triaging:
http://www.lostgarden.com/2008/05/improving-bug-triage-with-user-pain.html
(see The temptation to assign ‘cost’)
Big thanks to @ashleygwilliams and @davidjnelson for their help and feedback!
|
|
Closes #5465
|
|
Fixes #4467
Closes #6448
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Duplicate 'that' words present in the document, just remove one of them.
Closes #6469
|
|
|
|
- add a link to a tutorial on intergrating angular and django
|
|
Mention common cause of error is binding to a new array on every $digest loop.
Closes #6465
|
|
- add missing 'C' restriction for class names
|
|
- add linked list to top of document
- add anchor elements to secondary headings
closes #6287
|
|
Closes #6403
|
|
|
|
Transitions must be blocked so that the initial CSS class can be applied
without triggering an animation. Keyframes do not need to be blocked since
animations are always triggered on the starting CSS class, however, if a
stagger animation is set to occur then all elements for index > 0 should
be blocked. This is to prevent the animation from occuring early on before
the stagger delay for the given element has passed.
With ngAnimate and keyframe animations, IE10 and Safari will render a slight
flicker effect caused by the blocking. This fix resolves this issue.
Closes #4225
|
|
cancelChildAnimations
When an element containing both ng-repeat and ng-if directives attempts to remove any items from
the repeat collection, the following error is thrown: "TypeError Cannot call method 'querySelectorAll'
of undefined". This happens because the cancelChildAnimations code naively belives that the jqLite
object always has an element node within it. The fix in this commit addresses to securely check to see
if a node was properly extracted before any child elements are inspected.
Closes #6205
|
|
animations
If enter -> leave -> enter -> leave occurs then the first leave animation will
animate alongside the second. This causes the very first DOM node (the view in ngView
for example) to animate at the same time as the most recent DOM node which ends
up being an undesired effect. This fix takes care of this issue.
Closes #5886
|
|
|
|
closing timeout
Closes #6395
|
|
These errors in the docs were preventing some parts of the docs from being
parsed.
|
|
|
|
This reverts commit cad717b1171affc3d540cea372576c70b0cb2295.
This change causes regressions in existing code and after closer inspection
I realized that it is trying to fix an issue that is should not be considered
a valid issue.
The location service was designed to work against either "hash" part of the
window.location when in the hashbang mode or full url when in the html5 mode.
This change tries to merge the two modes partially, which is not right. One
reason for this is that the search part of window.location can't be modified
while in the hashbang mode (a browser limitation), so with this change part
of the search object should be immutable and read-only which will only cause
more confusion.
Relates to #5964
|
|
Per ECMAScript 5.1 specification trailing commas are allowed in object and
array literals. All modern browsers as well as IE>8 support this syntax.
This commit adds support for such syntax to Angular expressions.
|
|
|
|
Fixed a mistake, changed invoice to invoice2.
Closes #6438
|
|
|
|
|
|
|
|
Closes #6418
|
|
Closes #5755
|
|
Closes #6415
|
|
use of the article, both definite and indefinite, is not optional
Closes #5981
|
|
Closes #6241
|