(REF) PaymentTest - Use "Invasive" helper
[civicrm-core.git] / ang / crmStatusPage.ang.php
... / ...
CommitLineData
1<?php
2// This file declares an Angular module which can be autoloaded
3
4return [
5 'ext' => 'civicrm',
6 'js' => ['ang/crmStatusPage.js', 'ang/crmStatusPage/*.js'],
7 'css' => ['ang/crmStatusPage.css'],
8 'partials' => ['ang/crmStatusPage'],
9 'requires' => ['crmUi', 'crmUtil', 'ngRoute', 'crmResource'],
10];