summaryrefslogtreecommitdiff
path: root/www/crm/wp-content/plugins/civicrm/civicrm/ang/crmAutosave.ang.php
blob: 6f998782c7098e5224c7371a13aa2ada3bfa88d7 (plain)
1
2
3
4
5
6
7
8
9
10
<?php
// This file declares an Angular module which can be autoloaded
// in CiviCRM. See also:
// http://wiki.civicrm.org/confluence/display/CRMDOC/hook_civicrm_angularModules

return [
  'ext' => 'civicrm',
  'js' => ['ang/crmAutosave.js'],
  'requires' => ['crmUtil'],
];