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()*.