summaryrefslogtreecommitdiff
path: root/www/crm/wp-content/plugins/civicrm/civicrm/ang/angularFileUpload.ang.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/crm/wp-content/plugins/civicrm/civicrm/ang/angularFileUpload.ang.php')
-rw-r--r--www/crm/wp-content/plugins/civicrm/civicrm/ang/angularFileUpload.ang.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/www/crm/wp-content/plugins/civicrm/civicrm/ang/angularFileUpload.ang.php b/www/crm/wp-content/plugins/civicrm/civicrm/ang/angularFileUpload.ang.php
new file mode 100644
index 00000000..68f4aa99
--- /dev/null
+++ b/www/crm/wp-content/plugins/civicrm/civicrm/ang/angularFileUpload.ang.php
@@ -0,0 +1,9 @@
+<?php
+// This file declares an Angular module which can be autoloaded
+// in CiviCRM. See also:
+// http://wiki.civicrm.org/confluence/display/CRMDOC/hook_civicrm_angularModules
+
+return [
+ 'ext' => 'civicrm',
+ 'js' => ['bower_components/angular-file-upload/angular-file-upload.min.js'],
+];