You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
enter: function(element,parent,after,done){if(after){after.after(element);}else{if(!parent||!parent[0]){/* caitp note: `after` is falsy here, what are we doing? */parent=after.parent();}/* caitp note: I feel like if `after` is null, the expected behaviour would be to prepend. I'm sure there's a precedent for this somewhere, but I can't seem to find it on MDN. But someone on IRC was asking about how to make $animate#enter() prepend rather than append. */parent.append(element);}done&&$timeout(done,0,false);},
note I did sort of post this before doing a proper investigation to see how broken this is, but I'll do a quick test and close this if I think the behaviour is acceptable.
Oh, the IRC user posted an issue re: this too, #6274. Anyways, taking a quick look
note I did sort of post this before doing a proper investigation to see how broken this is, but I'll do a quick test and close this if I think the behaviour is acceptable.
Oh, the IRC user posted an issue re: this too, #6274. Anyways, taking a quick look
The text was updated successfully, but these errors were encountered: