(NFC) Fix possible flacky tests by splitting the parts of the checksum up so that...
[civicrm-core.git] / ang / angularFileUpload.ang.php
... / ...
CommitLineData
1<?php
2// This file declares an Angular module which can be autoloaded
3return [
4 'ext' => 'civicrm',
5 'js' => ['bower_components/angular-file-upload/angular-file-upload.min.js'],
6];