Merge pull request #17614 from demeritcowboy/xmlproc-acttypes-more
[civicrm-core.git] / ang / crmExample.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
617697e8 6return [
8456e727 7 'ext' => 'civicrm',
617697e8
CW
8 'js' => ['ang/crmExample.js'],
9 'partials' => ['ang/crmExample'],
10 'requires' => ['crmUtil', 'ngRoute', 'ui.utils', 'crmUi', 'crmResource'],
11];