angular.bootstrap provide the facility to remove the NG-APP tag from html. This is the alternate way to enable angular without using ng-app directive. Here is the code for bootstrap: angular.bootstrap(document, ['app']); See the code snippet:
angular.bootstrap
NG-APP
ng-app