Merge pull request #17574 from seamuslee001/string_offsets_curly
[civicrm-core.git] / ang / ui.bootstrap.ang.php
CommitLineData
e88c001e
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
617697e8 6return [
e88c001e 7 'ext' => 'civicrm',
617697e8
CW
8 'basePages' => [],
9 'js' => ['bower_components/angular-bootstrap/ui-bootstrap-tpls.min.js'],
10 'css' => ['bower_components/angular-bootstrap/ui-bootstrap-csp.css', 'ang/ui.bootstrap.css'],
11];