I don't need to add a class to the body tag. I need to add the ng-app attribute to the body tag.
It is needed on the body tag because I need to use multiple controllers in different metaboxes of post edit page.
Is there any way to do this?
If it is not possible in the body tag then is there any other preferable tag with a corresponding filter where I should add the ng-app attribute of angular JS?