Merge pull request #21308 from mattwire/deprecatedjoi
[civicrm-core.git] / ang / ui.utils.ang.php
... / ...
CommitLineData
1<?php
2// This file declares an Angular module which can be autoloaded
3return [
4 'ext' => 'civicrm',
5 'js' => ['bower_components/angular-ui-utils/ui-utils.min.js'],
6];