This repository was archived by the owner on Apr 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27.4k
fix(ngRepeat): trigger move animation #15072
Open
pondermatic
wants to merge
11
commits into
angular:master
Choose a base branch
from
pondermatic:ngRepeat-animations
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
2331c42
fix(ngRepeat): trigger move animation
pondermatic 263be6b
style(ngRepeat) eslint does not like unused functions and requires co…
pondermatic f3c6062
style(ngRepeat): getBlockStart function is no longer needed
pondermatic 47bd3a4
style(ngRepeat): kick off Travis-CI
pondermatic 7a98172
perf(ngRepeat): use less memory and compare less
pondermatic d8320a1
Merge branch 'ngRepeat-animations' of https://github.com/pondermatic/…
pondermatic dcc80c1
Merge branch 'master' into ngRepeat-animations
pondermatic c969ae2
fix(ngRepeat): correctly re-create last block order when track by is …
pondermatic 410312c
test(ngRepeat): Update based on feedback.
pondermatic 4d6feb9
test(ngRepeat): Update based on feedback.
pondermatic 3b17d5d
test(ngRepeat): Add 'toContainQueueItem' Jasmine matcher
pondermatic File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
test(ngRepeat): Update based on feedback.
In the 'should fire off the leave animation' test, revert change in how the animation queue is shifted to find item '2'. At one time during the refactoring of ngRepeat, the order of events in the queue changed. Improve title of the spec that checks for 'move' animation events when filtering items changes other items positions.
- Loading branch information
commit 410312ce76c20ab9b3e4d01efb89711569ed7921
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please put a newline between the two
it
s