When utilizing a master layout page within an MVC application, we typically add the html
tag to the layout page. This allows us to include the "ng-app
" directive within that body tag, making it consistent across the entire MVC application.
However, what steps should be taken if there is a need for a separate "ng-app
" directive for each individual view page in the MVC application?