Commit | Line | Data |
---|---|---|
8456e727 TO |
1 | <?php |
2 | // This file declares an Angular module which can be autoloaded | |
8456e727 | 3 | |
617697e8 | 4 | return [ |
8456e727 | 5 | 'ext' => 'civicrm', |
617697e8 CW |
6 | 'js' => ['ang/crmStatusPage.js', 'ang/crmStatusPage/*.js'], |
7 | 'css' => ['ang/crmStatusPage.css'], | |
8 | 'partials' => ['ang/crmStatusPage'], | |
617697e8 CW |
9 | 'requires' => ['crmUi', 'crmUtil', 'ngRoute', 'crmResource'], |
10 | ]; |