Thodoris Greasidis

Results 268 comments of Thodoris Greasidis

The merging of v0.13.x-dev branch into master contained more than 20 commits, would that be a problem with this PR? Also, while searching Github I found that some repos have...

I will be honest... I'm afraid enough to not merge this. I appreciate your commit and plan to rebase it after each major release of ui-sortable. At the point that...

Great finding!!! Does the problem get fixed if you add a `track by id` in your ng-repeat??? If yes, then the case might be that there is a digest loop...

It seems that its a problem with the replacement of the original element... It's true that ui-sortable is a little too sansitive about manipulations on the repeated element. I saw...

With the `tg-dynamic-directive` you could avoid creating a directive that would manually compile the appropriate directive based on the type parameter. You would only need to define a function that...

As you saw transclusions with `replace: true` can cause problems. If the suggested solution described in README works for you, then you should focus on fixing your CSS. I think...

My experience on a similar implementation convinced me that ng-include was the way to go for this use case, since I experience similar problems with "replaced transclusion" as well. That...

I'm glad that it worked for you :+1: That's more or less the solution that I was suggesting and that I followed in my case as well. That's also what...

I also changed the title to what I think better describes the problem. My opinion is that is not the linking that is causing the problem (since your directive and...

Hi, are there plans on reviewing and possibly merging this at some point?