I recently reviewed the code for a webapp built with angular and found that it was written with the ng-app=\"myModule\" directive placed on the
ng-app=\"myModule\"
There is no big difference where you put ng-app.
ng-app
If you put it on then you have a smaller scope for AngularJS which is slightly faster.
But I have used ng-app on the for manipulating the .