From e8e0ff85bc7eaaa95ecd6fd3852fce348419ebc7 Mon Sep 17 00:00:00 2001 From: Sean Madsen <sean@seanmadsen.com> Date: Sat, 2 Sep 2017 18:37:33 -0600 Subject: [PATCH] Add hyperlink to hook --- docs/framework/angular/loader.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/framework/angular/loader.md b/docs/framework/angular/loader.md index 130c85a9..53b938f5 100644 --- a/docs/framework/angular/loader.md +++ b/docs/framework/angular/loader.md @@ -184,6 +184,6 @@ $ cv url 'civicrm/caseadmin/#/caseType' In the example, we created a new, standalone page. But you can use `AngularLoader` in other ways -- eg, you might listen for - `hook_civicrm_pageRun` and embed Angular onto a pre-existing, + [hook_civicrm_pageRun](/hooks/hook_civicrm_pageRun.md) and embed Angular onto a pre-existing, non-Angular page. Some extensions do this -- though it remains to be seen whether this is *wise*. -- GitLab