Merge pull request #19609 from demeritcowboy/case-views
[civicrm-core.git] / ang / dialogService.ang.php
CommitLineData
8456e727
TO
1<?php
2// This file declares an Angular module which can be autoloaded
8456e727
TO
3// https://github.com/jwstadler/angular-jquery-dialog-service
4
617697e8 5return [
8456e727 6 'ext' => 'civicrm',
617697e8
CW
7 'js' => ['bower_components/angular-jquery-dialog-service/dialog-service.js'],
8];