You are here

function angularjs_get_app_name in AngularJS 7

Gets the AngularJS application name for the current request / page

Return value

string

1 call to angularjs_get_app_name()
angularjs_preprocess_html in ./angularjs.module
Implements hook_preprocess_html

File

./angularjs.module, line 240

Code

function angularjs_get_app_name() {
  return drupal_static('angularjs_app_name');
}