*/
public $angular;
+ /**
+ * The region of the page into which JavaScript will be loaded.
+ *
+ * @var String
+ */
+ public $region;
+
/**
* @param string $title
* Title of the page.
}
// If trying to load an Angular page via AJAX, the route must be passed as a
- // URL parameter, since PHP doesn't know about URL fragments (i.e, what
- // comes after the #).
+ // URL parameter, since the server doesn't receive information about
+ // URL fragments (i.e, what comes after the #).
\CRM_Core_Resources::singleton()->addSetting(array(
'angularRoute' => \CRM_Utils_Request::retrieve('route', 'String'),
));