Merge pull request #19274 from eileenmcnaughton/tax
[civicrm-core.git] / ang / dialogService.ang.php
1 <?php
2 // This file declares an Angular module which can be autoloaded
3 // https://github.com/jwstadler/angular-jquery-dialog-service
4
5 return [
6 'ext' => 'civicrm',
7 'js' => ['bower_components/angular-jquery-dialog-service/dialog-service.js'],
8 ];