summaryrefslogtreecommitdiff
path: root/www/crm/wp-content/plugins/civicrm/civicrm/ang/ngSanitize.ang.php
blob: 36329e557119049f1ec6ee61158c66f79984f80a (plain)
1
2
3
4
5
6
7
8
9
<?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' => ['bower_components/angular-sanitize/angular-sanitize.min.js'],
];