Merge branch '5.35' of https://github.com/civicrm/civicrm-core into merge
[civicrm-core.git] / ang / angularFileUpload.ang.php
1 <?php
2 // This file declares an Angular module which can be autoloaded
3 return [
4 'ext' => 'civicrm',
5 'js' => ['bower_components/angular-file-upload/angular-file-upload.min.js'],
6 ];