From dd257b71d8f4de1934b84eea84d22029b47ad1fb Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Tue, 15 Apr 2014 19:38:54 -0700 Subject: [PATCH] Update README.md --- tools/extensions/org.civicrm.angularex/README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tools/extensions/org.civicrm.angularex/README.md b/tools/extensions/org.civicrm.angularex/README.md index d8bee55613..b2febc34bb 100644 --- a/tools/extensions/org.civicrm.angularex/README.md +++ b/tools/extensions/org.civicrm.angularex/README.md @@ -5,7 +5,6 @@ This extension is an example of implementing a screen with CiviCRM+Angular. To v There are a few key files involved: - - js/example.js - An AngularJS module. This defines a route and a controller. - - partials/example.html - A view for the controller - - *angularex.php* - Includes the function *angularex_civicrm_angularModules()* which - registers the module with the CiviCRM+Angular container. + - [js/example.js](js/example.js) - An AngularJS module. This defines a route and a controller. + - [partials/example.html](partials/example.html) - A view for the controller + - [angularex.php](angularex.php) - Registers the module using *angularex_civicrm_angularModules()*. -- 2.25.1