Merge pull request #10441 from JMAConsulting/CRM-20621
[civicrm-core.git] / ang / crmExample.ang.php
1 <?php
2 // This file declares an Angular module which can be autoloaded
3 // in CiviCRM. See also:
4 // http://wiki.civicrm.org/confluence/display/CRMDOC/hook_civicrm_angularModules
5
6 return array(
7 'ext' => 'civicrm',
8 'js' => array('ang/crmExample.js'),
9 'partials' => array('ang/crmExample'),
10 'requires' => array('crmUtil', 'ngRoute', 'ui.utils', 'crmUi', 'crmResource'),
11 );