Has anyone used AngularJS for Chrome extensions ?
What should be the strategy if I want to insert a div in a page from which I should be able to define my layout and structure.
I also don't want to mess-up with the page if it has already declared any parent element as ngApp, considering that web page is also using Angular.
Or should I inject an iframe in which I load my app ?