projects
/
civicrm-core.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge pull request #22298 from colemanw/fixApi3ValidateString
[civicrm-core.git]
/
ang
/
crmRouteBinder.ang.php
1
<
?php
2
// This file declares an Angular module which can be autoloaded
3
return
[
4
'ext'
=>
'civicrm'
,
5
'js'
=> [
'ang/crmRouteBinder.js'
],
6
'css'
=> [],
7
'partials'
=> [],
8
'requires'
=> [
'ngRoute'
],
9
];