summaryrefslogtreecommitdiff
path: root/www/crm/wp-content/plugins/civicrm/civicrm/ang/crmRouteBinder.ang.php
blob: 0da8aa36f7c8759ac7b34641785ebe2b5964d25c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?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' => ['ang/crmRouteBinder.js'],
  'css' => [],
  'partials' => [],
  'requires' => ['ngRoute'],
];