Use this function to manually start up angular application.
See: Bootstrap
bootstrap(element[, modules], the);
element – {Element} –
DOM element which is the root of angular application.
modules(optional) – {Array<String,function>=} –
an array of module declarations. See: modules
the – {angular.module.auta.$injector} –
injector;