Merge pull request #19111 from eileenmcnaughton/act_custom
[civicrm-core.git] / ang / angularFileUpload.ang.php
CommitLineData
8456e727
TO
1<?php
2// This file declares an Angular module which can be autoloaded
617697e8 3return [
8456e727 4 'ext' => 'civicrm',
617697e8
CW
5 'js' => ['bower_components/angular-file-upload/angular-file-upload.min.js'],
6];