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