Merge pull request #11862 from mukeshcompucorp/fix-template-structure-issues
[civicrm-core.git] / ang / crmAutosave.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
6return array(
7 'ext' => 'civicrm',
8 'js' => array('ang/crmAutosave.js'),
0b199194 9 'requires' => array('crmUtil'),
8456e727 10);