RelationshipCache - Remove case_id
[civicrm-core.git] / ang / checklist-model.ang.php
CommitLineData
b9a4dfbd
CW
1<?php
2// This file declares an Angular module which can be autoloaded
3// in CiviCRM. See also:
4// http://wiki.civicrm.org/confluence/display/CRMDOC/hook_civicrm_angularModules
5
6return [
7 'ext' => 'civicrm',
8 'basePages' => [],
9 'js' => ['bower_components/checklist-model/checklist-model.js'],
10];