Merge pull request #19375 from civicrm/5.34
[civicrm-core.git] / ang / checklist-model.ang.php
1 <?php
2 // This file declares an Angular module which can be autoloaded
3 return [
4 'ext' => 'civicrm',
5 'basePages' => [],
6 'js' => ['bower_components/checklist-model/checklist-model.js'],
7 ];