Merge pull request #18822 from totten/master-prevnexttest
[civicrm-core.git] / ang / crmRouteBinder.ang.php
CommitLineData
67341f3c
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
617697e8 6return [
67341f3c 7 'ext' => 'civicrm',
617697e8
CW
8 'js' => ['ang/crmRouteBinder.js'],
9 'css' => [],
10 'partials' => [],
11 'requires' => ['ngRoute'],
12];