Merge pull request #12669 from eileenmcnaughton/dedupe_zero
[civicrm-core.git] / ang / crmUi.ang.php
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 return array(
7 'ext' => 'civicrm',
8 'js' => array('ang/crmUi.js'),
9 'partials' => array('ang/crmUi'),
10 'requires' => array(
11 'crmResource',
12 'ui.utils',
13 ),
14 );