Merge pull request #19542 from seamuslee001/afform_fix_array_access
[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
17d153bd
CW
3return [
4 'js' => [
266e7ad1 5 'ang/afformStandalone.js',
17d153bd
CW
6 ],
7 'css' => [],
17d153bd 8 'settings' => [],
266e7ad1 9 'requires' => ['ngRoute'],
17d153bd 10];