[AngularJS] Best practice for injecting partial views

2014-01-02 Thread George Sinclair
Hello - I am new to angularjs and am trying to integrate it with our current site. Currently we are using asp.net using mvc. I need to keep all the views as .aspx and .ascx and not use html because we do some backed manipulation with the views before they are rendered to the client. Just to gi

[AngularJS] Re: Best practice for injecting partial views

2014-01-02 Thread George Sinclair
Also just looking for the pattern that people use to load the new content. Currently I have a method where I pass in a url and the id of the element to append data to. If I am listing a specific type of product and they want more information then I go and grab it and display it below on the page