Merge remote-tracking branch 'upstream/4.5' into 4.5-master-2015-02-25-11-27-40
[civicrm-core.git] / tools / extensions / org.civicrm.angularex / README.md
CommitLineData
b3acfd03
TO
1This extension is an example of implementing a screen with CiviCRM+Angular. To view it:
2
3 1. Install the extension
4 2. Navigate to "http://mysite.com/civicrm/a/#/example"
5
6There are a few key files involved:
7
dd257b71
TO
8 - [js/example.js](js/example.js) - An AngularJS module. This defines a route and a controller.
9 - [partials/example.html](partials/example.html) - A view for the controller
10 - [angularex.php](angularex.php) - Registers the module using *angularex_civicrm_angularModules()*.