Just dipping my toes into AngularJS waters, and this question will surely prove that.
We're in the midst of revamping an existing app to take advantage of AngularJS for CRUD operations and more. Rather than starting from scratch, we've decided against transitioning it into a single-page application. Given this scenario, does it make sense to designate a global ng-app module on the <html> element for the entire app? Is that even permissible? Can modules be nested within one another? I'm coming across examples that are either too simplistic or tailored exclusively for single-page applications...