Merge pull request #18963 from samuelsov/nli18n
[civicrm-core.git] / ext / afform / core / ang / afformStandalone.ang.php
CommitLineData
266e7ad1
TO
1<?php
2// This file declares an Angular module which can be autoloaded
3// in CiviCRM. See also:
4// http://wiki.civicrm.org/confluence/display/CRMDOC/hook_civicrm_angularModules
5
17d153bd
CW
6return [
7 'js' => [
266e7ad1 8 'ang/afformStandalone.js',
17d153bd
CW
9 ],
10 'css' => [],
17d153bd 11 'settings' => [],
266e7ad1 12 'requires' => ['ngRoute'],
17d153bd 13];