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.
So instead of adding a new element at the beginning of parent, I add them after the last item on parent.
That worked good, but after I updated to Angular 1.4.x, it says that what I pass as the third parameter parent[0].lastChild doesn't have the after method. That suggested to me that I needed to wrap that element into angular.element: