summaryrefslogtreecommitdiff
path: root/www/crm/wp-content/plugins/civicrm/civicrm/ang/dialogService.ang.php
blob: 31a9a8ace1b739fbe1e7c37510796c8c7abdc907 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?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

// https://github.com/jwstadler/angular-jquery-dialog-service

return [
  'ext' => 'civicrm',
  'js' => ['bower_components/angular-jquery-dialog-service/dialog-service.js'],
];