Merge pull request #22490 from colemanw/refreshButton
[civicrm-core.git] / ang / crmRouteBinder.ang.php
... / ...
CommitLineData
1<?php
2// This file declares an Angular module which can be autoloaded
3return [
4 'ext' => 'civicrm',
5 'js' => ['ang/crmRouteBinder.js'],
6 'css' => [],
7 'partials' => [],
8 'requires' => ['ngRoute'],
9];