Merge pull request #19111 from eileenmcnaughton/act_custom
[civicrm-core.git] / ang / unsavedChanges.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-unsavedChanges/dist/unsavedChanges.min.js'],
6];