Merge pull request #13078 from agh1/contactdetail-no-or2
[civicrm-core.git] / ang / dialogService.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 // https://github.com/jwstadler/angular-jquery-dialog-service
7
8 return [
9 'ext' => 'civicrm',
10 'js' => ['bower_components/angular-jquery-dialog-service/dialog-service.js'],
11 ];