summaryrefslogtreecommitdiff
path: root/www/crm/wp-content/plugins/civicrm/civicrm/ang/ui.bootstrap.ang.php
blob: 417d7bf66dcf33b6f4e6015ee7aa44df7d7012c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?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',
  'basePages' => [],
  'js' => ['bower_components/angular-bootstrap/ui-bootstrap-tpls.min.js'],
  'css' => ['bower_components/angular-bootstrap/ui-bootstrap-csp.css', 'ang/ui.bootstrap.css'],
];