Here is my plunker: http://plnkr.co/edit/n5QbeXjqX4g2TlxqDYDt?p=preview
When first loaded, without drag and drop to rearrange the divs, the sayHello functions run fine. After drag and drop to rearrange them, the functions no longer work. This is because the HTML is not recompiled. I tried a few things with $scope.$digest and $scope.$apply but couldn't get the html to recompile. What is the right way to tell angular to recompile the html? Thanks! -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
