projects
/
civicrm-core.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
3aad2ca07c2e22286240b592845d2f3a2d02220d
[civicrm-core.git]
/
ang
/
ngSanitize.ang.php
1
<
?php
2
// This file declares an Angular module which can be autoloaded
3
return
[
4
'ext'
=>
'civicrm'
,
5
'js'
=> [
'bower_components/angular-sanitize/angular-sanitize.min.js'
],
6
];