scalyr / angular

Code to optimize AngularJS for complex pages
MIT License
847 stars 185 forks source link

ng-include not working inside sly-repeat #7

Closed JensGabe closed 10 years ago

JensGabe commented 10 years ago

I cannot get ng-include to work properly inside sly-repeat. Example: http://plnkr.co/edit/rupz8X6NNEEkXk3EEj0N

scalyr commented 10 years ago

Thanks for reporting this. Unfortunately the engineer who developed this code is on vacation for a few weeks. I'll make sure he sees this when he gets back.

Steve

On Wed, Jun 11, 2014 at 3:32 AM, Jens Gabe notifications@github.com wrote:

I cannot get ng-include to work properly inside sly-repeat. Example: http://plnkr.co/edit/rupz8X6NNEEkXk3EEj0N

— Reply to this email directly or view it on GitHub https://github.com/scalyr/angular/issues/7.

czerwingithub commented 10 years ago

We are sorry for not getting to this sooner. A bit of combination of me being out of town for three weeks and then a big push for a major release. I just wanted to touch base and say I'll look into this this week. Thanks again for reporting this.

JensGabe commented 10 years ago

Just touching base, is there any progress?

czerwingithub commented 10 years ago

I've just released a new version of the library that includes a fix. I've tested it with your Plunker example and I've confirmed it solves your issue.

Our apologies on the long delay on this fix. We were busy focusing on a major change to our core products.

JensGabe commented 10 years ago

Tanks you very much - it is working great.