drupal-civicrm/sites/all/modules/civicrm/ang/dialogService.ang.php
2018-01-14 13:10:16 +00:00

12 lines
364 B
PHP

<?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 array(
'ext' => 'civicrm',
'js' => array('bower_components/angular-jquery-dialog-service/dialog-service.js'),
);