ocombe / ocLazyLoad

Lazy load modules & components in AngularJS
https://oclazyload.readme.io
MIT License
2.63k stars 510 forks source link

[Directive] Compile original contents after dependency is loaded. #240

Closed joaovieira closed 9 years ago

joaovieira commented 9 years ago

fixes ocombe/ocLazyLoad#168 fixes ocombe/ocLazyLoad#194

ocombe commented 9 years ago

Oh nice! I thought that .contents() was only available in jquery, but it's also available in jqlite. I'll check it and merge it if there is no problem. Thanks !

joaovieira commented 9 years ago

No problems! And I take the chance to thank you for this module :+1:

ocombe commented 9 years ago

Works fine, thanks a lot !