X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=ang%2FcrmRouteBinder.ang.php;h=0da8aa36f7c8759ac7b34641785ebe2b5964d25c;hb=22912befa31fbdb3343ea407c56c468956da3724;hp=f19e336b09d7946cb0fb70270bc6d8174131f680;hpb=9c79310372c68b52331cb879bbb9f1e679c09ac5;p=civicrm-core.git diff --git a/ang/crmRouteBinder.ang.php b/ang/crmRouteBinder.ang.php index f19e336b09..0da8aa36f7 100644 --- a/ang/crmRouteBinder.ang.php +++ b/ang/crmRouteBinder.ang.php @@ -3,10 +3,10 @@ // 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'], +];