I have an existing project on jquery 1.9 with my custom routing through hashing in the url and loading the respective pages on hashchange event & jquery.load() function. If I want to introduce Angular.js into a single html page which I was loading through jquery.load function, The single html file contains angular script, my controllers, and required css for that page. I was searching in the google for multiple ways to bootstrap angular in dynamic way, But I was failing to make it work.
Can anybody please help me how to initiate angular js application for only one page.
Thanks, Sampat