Commit | Line | Data |
---|---|---|
8456e727 TO |
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/crmCxn.js', 'ang/crmCxn/*.js'), | |
9 | 'css' => array('ang/crmCxn.css'), | |
10 | 'partials' => array('ang/crmCxn'), | |
f687a1d2 | 11 | 'requires' => array('crmUtil', 'ngRoute', 'ngSanitize', 'ui.utils', 'crmUi', 'dialogService', 'crmResource'), |
8456e727 | 12 | ); |