From 23a258cefb71d88dc0f72ed9aea6fe943e37bf21 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Mon, 19 Mar 2018 15:20:54 -0700 Subject: [PATCH] CRM-20981 - Tweak docblock --- Civi/Angular/AngularLoader.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Civi/Angular/AngularLoader.php b/Civi/Angular/AngularLoader.php index 80cd4906e7..e16cab3419 100644 --- a/Civi/Angular/AngularLoader.php +++ b/Civi/Angular/AngularLoader.php @@ -182,8 +182,11 @@ class AngularLoader { * @param array $settings * A list of settings. Accepted values: * - activeRoute: string, the route to open up immediately - * - defaultRoute: string, use this to redirect the default route to another page + * Ex: '/case/list' + * - defaultRoute: string, use this to redirect the default route (`/`) to another page + * Ex: '/case/list' * - region: string, the place on the page where we should insert the angular app + * Ex: 'page-body' * @return AngularLoader * @link https://code.angularjs.org/1.5.11/docs/guide/bootstrap */ -- 2.25.1