You can use the ng-app directive when manually bootstrapping app.
You should mix up the automatic and manual way of bootstrapping your app.
You should Define modules, controller, services etc. before manually bootstrapping your app.
You can use the ng-app directive when manually bootstrapping app.
You should mix up the automatic and manual way of bootstrapping your app.
You should Define modules, controller, services etc. before manually bootstrapping your app.