Looking for best practices on loading MVC partial views while maintaining Angular JS functionality. Everything runs smoothly with Angular JS after I render the layout, but when I try to load partial views within the layout, Angular JS stops working in those sections. It seems like the Angular engine is not able to compile the ng- directives once the HTML is injected into the DOM.