Update README.md
authorTim Otten <to-git@think.hm>
Wed, 16 Apr 2014 02:38:54 +0000 (19:38 -0700)
committerTim Otten <totten@civicrm.org>
Tue, 20 May 2014 03:13:50 +0000 (20:13 -0700)
tools/extensions/org.civicrm.angularex/README.md

index d8bee5561369c94a1e49f89a34db1f547799195e..b2febc34bb13cee3e38c1a874cc0ed7437bda89b 100644 (file)
@@ -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()*.