Tuned up PdfLatex font settings
[civicrm-core.git] / ang / crmStatusPage.ang.php
CommitLineData
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// ODDITY: Angular name 'statuspage' doesn't match the file name 'crmStatusPage'.
7
617697e8 8return [
8456e727 9 'ext' => 'civicrm',
617697e8
CW
10 'js' => ['ang/crmStatusPage.js', 'ang/crmStatusPage/*.js'],
11 'css' => ['ang/crmStatusPage.css'],
12 'partials' => ['ang/crmStatusPage'],
13 'settings' => [],
14 'requires' => ['crmUi', 'crmUtil', 'ngRoute', 'crmResource'],
15];