dev/core#2719 [REF] Remove a couple more (tested) references to legacy contribution_i...
[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];