Merge pull request #19277 from yashodha/dev-2273
[civicrm-core.git] / ang / ui.sortable.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-ui-sortable/sortable.min.js'],
6 ];