SearchKit - permit selection of current user id for dynamic searches
[civicrm-core.git] / ang / crmRouteBinder.ang.php
index f19e336b09d7946cb0fb70270bc6d8174131f680..eb87fdb60831814cf86846c6b87ca673dd7515ac 100644 (file)
@@ -1,12 +1,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 array(
+return [
   'ext' => 'civicrm',
-  'js' => array('ang/crmRouteBinder.js'),
-  'css' => array(),
-  'partials' => array(),
-  'requires' => array('ngRoute'),
-);
+  'js' => ['ang/crmRouteBinder.js'],
+  'css' => [],
+  'partials' => [],
+  'requires' => ['ngRoute'],
+];