summaryrefslogtreecommitdiff
path: root/www/crm/wp-content/plugins/civicrm/civicrm/ang/ui.sortable.ang.php
blob: 9679e6e659b1de8d25f93cda5604d458ea471d92 (plain)
1
2
3
4
5
6
7
8
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-ui-sortable/sortable.min.js'],
];