Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

feat(ngAnimate): add support for animation #2252

Closed
wants to merge 3 commits into from

Conversation

matsko
Copy link
Contributor

@matsko matsko commented Mar 29, 2013

No description provided.

matsko and others added 2 commits March 23, 2013 14:50
The new method allows to shallow watch collections (Arrays/Maps).
BREAKING CHANGE:

Default behavior for hg-repeat is to associate the
DOM elements by position rather then by identity.
(Previously it was associate by object identity)

It is considered an error to have two items produce
the same hash key. (This was tolerated before.)

To get the old behavior one can simply add the
$hash call to the hg-repeat expressions:
item in items => $hash(item) for item in items
@L42y
Copy link

L42y commented Mar 29, 2013

This is super awesome! Great work!

@randallb
Copy link

You mentioned browser testing in a previous message. What do you need tested where? I'm more than willing to help.

Do you have test cases I can start messing around with? Or should I just start trying to build little animations?

@mhevery
Copy link
Contributor

mhevery commented Mar 31, 2013

Replaced by: #2265

@mhevery mhevery closed this Mar 31, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants