You are here

function angularjs_get_base_href in AngularJS 7

Gets the current base tag

Return value

string

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

File

./angularjs.module, line 264

Code

function angularjs_get_base_href() {
  return drupal_static('angularjs_base_href');
}